Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.21 KB

CONTRIBUTING.rst

File metadata and controls

40 lines (28 loc) · 1.21 KB

How to Contribute

Pull Requests

  1. Fork the Ellis repository
  2. Create a new branch for each feature or improvement
  3. Send a pull request from each feature branch to the develop branch

It is very important to separate new features or improvements into separate feature branches, and to send a pull request for each branch. This allows me to review and pull in new features or improvements individually.

Bug Reports

  1. Create an issue here
  2. Add the bug label to the issue
  3. Please provide as many details as you can (environment, steps to reproduce, config file, ...)

Feature Requests

Feature Requests are only for NEW features. For existing features, please make an Enhancement Request.

  1. Create an issue here
  2. Add the feature-request label to the issue
  3. Please describe the feature in a detailed way, with examples and use cases

Enhancement Requests

Enhancement Requests are only for EXISTING features. For a new feature, please make a Feature Request.

  1. Create an issue here
  2. Add the enhancement label to the issue
  3. Describe your idea