Update README

This commit is contained in:
Justin Mazzocchi 2021-03-19 20:33:46 -07:00
parent a20d9cfa8a
commit 1c2689487e
No known key found for this signature in database
GPG Key ID: E223E6937AAFB01C
2 changed files with 10 additions and 3 deletions

7
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,7 @@
# Metatext Contribution Guidelines
See the [architecture section](https://github.com/metabolist/metatext/blob/main/README.md#architecture) of Metatext's README for an overview of Metatext's code. Make sure you have [SwiftLint](https://github.com/realm/SwiftLint) installed and there are no warnings.
## Sign the Contributor License Agreement (CLA)
In order to publish Metatext's source code under the GNU General Public License and be able to dual-license Metatext to Apple for distribution on the App Store, Metabolist must be the sole copyright holder to Metatext's source code. You will need to [sign Metabolist's CLA](https://metabolist.org/cla/) before your pull request can be merged.

View File

@ -10,11 +10,11 @@ GitHub is used for bug tracking. Please search [existing issues](https://github.
## Contributing Code
See the [architecture section](#Architecture) for an overview of Metatext's code. Make sure you have [SwiftLint](https://github.com/realm/SwiftLint) installed and there are no warnings.
See the [contribution guidelines](https://github.com/metabolist/metatext/blob/main/CONTRIBUTING.md).
### Sign the Contributor License Agreement (CLA)
## Contributing Ideas
In order to publish Metatext's source code under the GNU General Public License and be able to dual-license Metatext to Apple for distribution on the App Store, Metabolist must be the sole copyright holder to Metatext's source code. You will need to [sign Metabolist's CLA](https://metabolist.org/cla/) before your pull request can be merged.
Check out Metatext's [discussions on GitHub](https://github.com/metabolist/metatext/discussions).
## Building