Constribution

How to contribute

Thanks for your interest in contributing to Seven23 webapp!

Note

We love community feedback and are glad to review contributions of any size - from typos in the documentation to critical bug fixes - so don’t be shy!

Report bugs

Report bugs at https://github.com/sebastienbarbier/seven23/issues/new

If you are reporting a bug, please include:

  • Any details about your local setup that might be helpful in troubleshooting.
  • Detailed steps to reproduce the bug.

Fix bugs

Check out the open bugs - anything tagged with the 😉 easy-pick label could be a good choice for newcomers.

Implement features

Look through the GitHub issues for features. Anything tagged with ✨ enhancement is open to whoever wants to implement it.

Write documentation

Seven23 could always use more documentation, whether as part of the official docs, in docstrings, or even on the Web in blog posts, articles, and such.

This official documentation is maintained in GitHub. The docs folder contains the documentation sources in reStructuredText format. And you can generate the docs locally with:

make docs

Output is written at docs/_build/html/index.html.

We obviously accept pull requests for this documentation, just as we accept them for bug fixes and features!