mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
16 lines
557 B
HTML
16 lines
557 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
<title>swift CLA</title>
|
|
</head>
|
|
<body>
|
|
<h1>swift CLA</h1>
|
|
<ul>
|
|
<li>Read on <a href="https://en.wikipedia.org/wiki/Contributor_License_Agreement" target="_blank">Wikipedia</a> what a CLA is and why it is needed.
|
|
<li>You need to register with our <a href="https://dev.swift-project.org/" target="_blank">development site</a>
|
|
<li>Then you need to sign the CLA <a href="https://dev.swift-project.org/L1" target="_blank">here</a>
|
|
</ul>
|
|
</body>
|
|
</html> |