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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-18Lines changed: 4 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -41,11 +41,9 @@ Checklist (and a short version for the impatient)
41
41
42
42
* Pre-requisites:
43
43
44
-
- Sign the [Contributor License Agreement](https://cla.puppetlabs.com/)
45
-
46
44
- Make sure you have a [GitHub account](https://github.com/join)
47
45
48
-
-[Create a ticket](http://projects.puppetlabs.com/projects/modules/issues/new), or [watch the ticket](http://projects.puppetlabs.com/projects/modules/issues) you are patching for.
46
+
-[Create a ticket](https://tickets.puppetlabs.com/secure/CreateIssue!default.jspa), or [watch the ticket](https://tickets.puppetlabs.com/browse/) you are patching for.
49
47
50
48
* Preferred method:
51
49
@@ -94,17 +92,7 @@ The long version
94
92
whitespace or other "whitespace errors". You can do this by
95
93
running "git diff --check" on your changes before you commit.
96
94
97
-
2. Sign the Contributor License Agreement
98
-
99
-
Before we can accept your changes, we do need a signed Puppet
100
-
Labs Contributor License Agreement (CLA).
101
-
102
-
You can access the CLA via the [Contributor License Agreement link](https://cla.puppetlabs.com/)
103
-
104
-
If you have any questions about the CLA, please feel free to
105
-
contact Puppet Labs via email at cla-submissions@puppetlabs.com.
106
-
107
-
3. Sending your patches
95
+
2. Sending your patches
108
96
109
97
To submit your changes via a GitHub pull request, we _highly_
110
98
recommend that you have them on a topic branch, instead of
@@ -124,7 +112,7 @@ The long version
124
112
in order to open a pull request.
125
113
126
114
127
-
4. Update the related GitHub issue.
115
+
3. Update the related GitHub issue.
128
116
129
117
If there is a GitHub issue associated with the change you
130
118
submitted, then you should update the ticket to include the
0 commit comments