When contributing to this repository, please first discuss the change you wish to make via issue, slack, or any other method before making a change.
Please note we have a code of conduct, please follow it in all your interactions with the project.
- Create a new branch:
git branch new-branch
- Checkout new branch:
git checkout new-branch
- Add, commit and push your changes to the new branch
git add . git commit -m "changes" git push origin new-branch
- Go to your forked repository and press the “New pull request” button.
- Once the pull request is reviewed and approved, it will be merged.
- Follow the instructions in README.md to setup environment.
- Any frontend specifics should be done in here
- Any backtend specifics should be done in here
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.