Skip to content

Commit 9d155ef

Browse files
committed
Moved licensing info
* Moved licensing to README.md and LICENSE.txt * Capitalized PUBLISHING.md file * Fixed references to PUBLISHING.md
1 parent 21421ea commit 9d155ef

File tree

3 files changed

+439
-11
lines changed

3 files changed

+439
-11
lines changed

CONTRIBUTING.md

+4-10
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The rest of this document describes the workflow / process for writing, reviewin
2525
InnerSource ideas, donuts and patterns. It utilizes Pull Requests to facilitate
2626
collaborative reviews.
2727

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.
2929

3030

3131
## Workflow
@@ -35,7 +35,7 @@ Note that there is a separate process for [publishing reviewed and accepted (fin
3535
The basic steps below can be thought of as *branch*, *commit*, *pull request*, and *review*.
3636

3737
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:
3939
* contain the name of the pattern,
4040
* contain a short description (at least the problem) and
4141
* 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
5858
`ideas`, `donuts` or `patterns` subdirectories, merge it to `master` and
5959
close the associated issue.
6060

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).
6262

6363

6464
# Technical steps
@@ -173,13 +173,7 @@ to join your new branch to the master branch. To do this, navigate to the github
173173
and get into your new branch. You should see a 'Create pull request' button while in in your branch.
174174

175175

176-
# Licensing
177-
178-
![Creative Commons License](https://i.creativecommons.org/l/by-sa/4.0/88x31.png)
179-
180-
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.
181-
182176

183177
[commons]: http://innersourcecommons.org
184178
[patternsRepo]: https://github.com/paypal/InnerSourcePatterns
185-
[commonsRepo]: https://github.com/paypal/InnerSourceCommons
179+
[commonsRepo]: https://github.com/paypal/InnerSourceCommons

0 commit comments

Comments
 (0)