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: SourceCode.md
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -118,13 +118,9 @@ Footnotes:
118
118
119
119
**How do I contribute code / bug fixes to the project?**
120
120
121
-
Contributions are welcome. Just fork the project's [Git repository](https://github.com/delphidabbler/codesnip) and create a feature branch off the `develop` branch. Commit your changes to your feature branch then submit a pull request when ready.<sup>1</sup>
121
+
Contributions are welcome.
122
122
123
-
> ⚠️ The repository contains branches other than `master` and `develop` but ***none of these branches are accepting contributions.***
124
-
125
-
Do not change the license on any code you modify. If you are submitting new source code units please license them using the [Mozilla Public License v2.0](http://www.mozilla.org/MPL/2.0/) without an "Incompatible With Secondary Licenses" Notice. If you don't want to use the MPL v2.0 please discuss it with me by raising an issue on the [Github repo](https://github.com/delphidabbler/codesnip).
126
-
127
-
<sup>**1**</sup> For info on checking out code from the Git repository, see [FAQ 1](#faq-1).
123
+
Please read [`CONTRIBUTING.md`](https://github.com/delphidabbler/codesnip/blob/develop/CONTRIBUTING.md) on the CodeSnip GitHub repository for full details of how to make a contribution.
0 commit comments