Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 1.87 KB

CONTRIBUTING.md

File metadata and controls

26 lines (13 loc) · 1.87 KB

Contributing to Supplejack Harvester

Thank you for your interest in contributing to Supplejack Harvester. We welcome your thoughts and feedback and ask that you follow our code of conduct and contributing guidelines.

Code of Conduct

All contributors are expected to follow the Code of Conduct as described in the CODE_OF_CODUCT.md file in the root of this repository.

Getting Started

If you find a problem with Supplejack Harvester the best way to let us know is to create an Issue. If you have a feature or fix that you would like to propose please open a Pull Request. We will do our best to get back to you as soon as we can, depending on the complexity of the issue or pull request will impact the time it takes to get resolved but we will keep in touch and do our best to help you.

Issues

When creating a new issue, it is important to let us know how to reproduce this issue and what is the expected behaviour. Supplejack Harvester is a complicated application and it's important we have enough information to accurately reproduce the issue so that we can be confident that it has been resolved correctly.

Before opening an issue please look at existing issues to see if it has been discussed before. If you find an existing issue describing your problem please add your information to that issue so we have more detail around reproducing it. It also helps us to prioritise issues if we know that it is affecting a large group of users.

Pull Requests

When creating a Pull Request, please add a descriptive title and explanation so we know what your feature or fix is. All features require an appropriate level of test coverage to be merged and we will not be merging any changes which break existing tests.

Getting Help

If you have a question or would like to discuss a proposed change, it's best to create an issue on this repo and we will get back to you as soon as we can.