Add contributing file.

This commit is contained in:
lcaggio 2021-09-30 12:32:09 +02:00
parent 15b2736a7c
commit 071cf03545
1 changed files with 11 additions and 0 deletions

11
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,11 @@
# Contributing
We welcome any contributions or feature requests you would like to submit!
Fork the Project
* Create your Feature Branch (git checkout -b feature/AmazingFeature)
* Commit your Changes (git commit -m 'Add some AmazingFeature')
* Push to the Branch (git push origin feature/AmazingFeature)
* Open a Pull Request
When implementing your new feature, please follow Fabric [core design principles](./MANIFESTO.md#core-design-principles).