react-native-gifted-charts/CONTRIBUTING.md

14 lines
575 B
Markdown
Raw Permalink Normal View History

2021-08-15 18:10:30 +00:00
# Contributions are welcome 🤝
2022-08-06 14:10:24 +00:00
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.