Update CONTRIBUTING.md

This commit is contained in:
Abhinandan Kushwaha 2022-08-06 19:40:24 +05:30 committed by GitHub
parent e9ecde5eed
commit e9996b149a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,13 @@
# Contributions are welcome 🤝
Pull requests are most welcome! Please npm run test and npm run lint before push. Don't forget to add a title and a description that explain the issue you're trying to solve and your suggested solution. Screenshots and gifs are VERY helpful. Please do NOT format the files as we are trying to keep a unified syntax and the reviewing process fast and simple.
Pull requests are most welcome!
### Instructions
Please clone the repo and then create a new branch. </br>
The name of the new branch should follow this naming convention - </br>
1. For a new feature- **feat/feature-name**
2. For a bug fix, **fix/whatever-fix**
Don't forget to add a title and a description that explain the issue you're trying to solve and your suggested solution.
Screenshots and gifs are VERY helpful. Please do NOT format the files as we are trying to keep a unified syntax and the reviewing process fast and simple.