You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
page to understand the roles involved. You'll need:
79
79
80
80
* A good knowledge of git.
@@ -109,24 +109,24 @@ can be merged.
109
109
110
110
* If you are an individual writing the code on your own time and
111
111
you're SURE you are the sole owner of any intellectual property you
112
-
contribute, you can [sign the CLA as an individual contributor](https://github.com/communitybridge/easycla/blob/master/contributors/sign-a-cla-as-an-individual-contributor-to-github.md).
112
+
contribute, you can [sign the CLA as an individual contributor](https://github.com/communitybridge/easycla/blob/main/contributors/sign-a-cla-as-an-individual-contributor-to-github.md).
113
113
114
114
* If you are writing the code as part of your job, or if there is any
115
115
possibility that your employers might think they own any
116
116
intellectual property you create, then you should use the [Corporate
The Imath CLAs are the standard forms used by Linux Foundation
121
-
projects and [recommended by the ASWF TAC](https://github.com/AcademySoftwareFoundation/tac/blob/master/process/contributing.md#contributor-license-agreement-cla).
121
+
projects and [recommended by the ASWF TAC](https://github.com/AcademySoftwareFoundation/tac/blob/main/process/contributing.md#contributor-license-agreement-cla).
122
122
123
123
### Commit Sign-Off
124
124
125
125
Every commit must be signed off. That is, every commit log message
126
126
must include a “`Signed-off-by`” line (generated, for example, with
127
127
“`git commit --signoff`”), indicating that the committer wrote the
128
128
code and has the right to release it under the [BSD-3-Clause](LICENSE.md)
129
-
license. See https://github.com/AcademySoftwareFoundation/tac/blob/master/process/contributing.md#contribution-sign-off for more information on this requirement.
129
+
license. See https://github.com/AcademySoftwareFoundation/tac/blob/main/process/contributing.md#contribution-sign-off for more information on this requirement.
0 commit comments