-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCONTRIBUTING.ms
More file actions
20 lines (11 loc) · 1.07 KB
/
CONTRIBUTING.ms
File metadata and controls
20 lines (11 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Contribution Guidelines
Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
Thanks for Looking to contribute to this repo. We are happy to see your interest for crafting a great Pull Request for this project.
----
## Guidelines
- Search previous Pull Requests or Issues before making a new one, as yours may be a duplicate.
## Pull Request Pro Tips
- [Fork](http://guides.github.com/activities/forking/) the repository and [clone](https://help.github.com/articles/cloning-a-repository/) it locally.
- Contribute in the style of the project as outlined above. This makes it easier to understand and maintain in the future.
- Please make sure you [squash](https://dev.to/pb/git-squash-simplified-3ba1) all commits into a single commit before opening a pull request. If your pull request requires changes upon review, please be sure to squash all additional commits as well.
> Thanks you so much for reading the contributing guide. Looking forward to review a great PR from you.