cloud-foundation-fabric/CONTRIBUTING.md

12 lines
450 B
Markdown
Raw Normal View History

2021-09-30 03:32:09 -07:00
# 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).