mirror of
https://github.com/metabolist/metatext.git
synced 2024-11-13 03:51:01 +00:00
Update README
This commit is contained in:
parent
a20d9cfa8a
commit
1c2689487e
2 changed files with 10 additions and 3 deletions
7
CONTRIBUTING.md
Normal file
7
CONTRIBUTING.md
Normal 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.
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue