Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.6 KB

File metadata and controls

29 lines (15 loc) · 1.6 KB

How to contribute to CountESS

All contributors should familiarize themselves with the Code of Conduct.

Reporting a bug

  • Check and see if the bug has already been reported by searching on GitHub under Issues.

  • If you're unable to find an open issue addressing the problem, open a new issue. Be sure to include a title and clear description with as much relevant information as possible. If you are having a problem analyzing your dataset, include a link to a sample of your dataset and your configuration file.

Contributing patches to fix bugs or add new features

  • Open a new GitHub pull request with the patch.

  • Ensure the PR description clearly describes the problem and solution. Link to any relevant issues in the Issue Tracker if applicable.

  • Include documentation and test cases with your new feature.

  • Please be ready to respond to feedback and questions from the maintainers in the pull request.

Contributing to the documentation

  • Open a new GitHub pull request with your documentation changes. The CountESS documentation is written in reStructuredText and built using Sphinx.

  • Summarize the documentation changes in the PR description.

  • Please be mindful of the size of images (such as screenshots) that you want to include.

Thanks you for reading!