Added Contribution.md file

This commit is contained in:
Badarinath Venkatnarayansetty
2020-04-16 10:27:08 -07:00
committed by GitHub
parent b0652406d4
commit 9bdcf7d49b
+14
View File
@@ -0,0 +1,14 @@
# Contributing
When contributing to this repository, please first discuss the change you wish to make via issue,
email, or any other method with the owners of this repository before making a change.
Please note we have a code of conduct, please follow it in all your interactions with the project.
## Pull Request Process
1. Ensure that you have forked the <a href="https://github.com/badrinathvm/StepperView">StepperView</a> repo and are creating a pull request from that branch. You will not be able to directly push the StepperView main repo.
2. Open a pull request and link the issue that you had previously opened
3. Ensure that if it is a feature (opposed to bug fix) that you update the README.md with the appropriate documentation and images
4. Make sure that the build is successful
5. Once a team owner approves the pull request, we can merge your new code!