diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..203afd56 --- /dev/null +++ b/CONTRIBUTING.md @@ -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).