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-10
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ The rest of this document describes the workflow / process for writing, reviewin
25
25
InnerSource ideas, donuts and patterns. It utilizes Pull Requests to facilitate
26
26
collaborative reviews.
27
27
28
-
Note that there is a separate process for [publishing reviewed and accepted (finalized) patterns](https://github.com/paypal/InnerSourcePatterns/publishing.md) from this InnerSourcePatterns repository to the InnerSourceCommons repository. Beginners shouldn't need to know this, but read it if you want the context.
28
+
Note that there is a separate process for [publishing reviewed and accepted (finalized) patterns](PUBLISHING.md) from this InnerSourcePatterns repository to the InnerSourceCommons repository. Beginners shouldn't need to know this, but read it if you want the context.
29
29
30
30
31
31
## Workflow
@@ -35,7 +35,7 @@ Note that there is a separate process for [publishing reviewed and accepted (fin
35
35
The basic steps below can be thought of as *branch*, *commit*, *pull request*, and *review*.
36
36
37
37
1.[Create an issue] for each new idea, donut or pattern in the
38
-
[patterns repository][patternsRepo]. The issue should
38
+
[patterns repository][patternsRepo]. The issue should:
39
39
* contain the name of the pattern,
40
40
* contain a short description (at least the problem) and
41
41
* be labeled with the appropriate label (_idea_, _donut_, _pattern_)
@@ -58,7 +58,7 @@ The basic steps below can be thought of as *branch*, *commit*, *pull request*, a
58
58
`ideas`, `donuts` or `patterns` subdirectories, merge it to `master` and
59
59
close the associated issue.
60
60
61
-
When completed patterns are ready to be published to InnerSourceCommons, [see here](https://github.com/paypal/InnerSourcePatterns/publishing.md).
61
+
When completed patterns are ready to be published to InnerSourceCommons, [see here](PUBLISHING.md).
62
62
63
63
64
64
# Technical steps
@@ -173,13 +173,7 @@ to join your new branch to the master branch. To do this, navigate to the github
173
173
and get into your new branch. You should see a 'Create pull request' button while in in your branch.
InnerSourcePatterns by [InnerSourceCommons.org](http://innersourcecommons.org) is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International](http://creativecommons.org/licenses/by-sa/4.0/) License.
0 commit comments