Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.45 KB

CONTRIBUTING.md

File metadata and controls

42 lines (33 loc) · 1.45 KB

Contributing

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.

Pull Request Process

  1. Create a new branch:
    git branch new-branch
    
  2. Checkout new branch:
    git checkout new-branch
    
  3. Add, commit and push your changes to the new branch
    git add .
    git commit -m "changes"
    git push origin new-branch
    
  4. Go to your forked repository and press the “New pull request” button.
  5. Once the pull request is reviewed and approved, it will be merged.

Instructions

  1. Follow the instructions in README.md to setup environment.
  2. Any frontend specifics should be done in here
  3. Any backtend specifics should be done in here

Code of Conduct

Our Pledge

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.