Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.83 KB

CONTRIBUTING.md

File metadata and controls

24 lines (19 loc) · 1.83 KB

Contribution Guidelines 🙂

  • When contributing to this repository, please first discuss the change you wish to make via issue, email, slack, or any other method with the owners of this repository before making a change.
  • Don't forget to get yourself assigned before starting to work to avoid any clashes & confusion.
  • Please read how to set-up a development environment for API or GUI

Pull Request Process

  • Ensure any install the dev environment and test the PR.
  • You may send your pull requests to the master branch where we do development.
  • Associate each Pull Request with the required issue number.
  • Please provide relevant steps to use your codebase adding few extra lines of comments or commands to run would be helpful for others to follow along.

Branch Policy

  • master: If you are making a contribution make sure to send your Pull Request to this branch. All developments goes in this branch.
  • versioned-branches, e.g 0.7.2: After significant features/bug-fixes are accumulated in master branch we will make a release and make a versioned branch for it.

Contribution Practices

  • Please be respectful of others, do not indulge in unacceptable behaviour
  • If a person is working or has been assigned an issue and you want to work on it please ask him/her if he is working on it
  • We are happy to allow you to work on your issues, but in case of long period of inactivity the issue will be approved to another volunteer
  • If you report a bug please provide steps to reproduce the bug.
  • If you contribute with a plugin please provide the plugin documentation in MD format.
  • If there is an UI related change it would be great if you could attach a screenshot with the resultant changes so it is easier to review for the maintainers