contributing.rst 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. .. _contributing:
  2. Contributing
  3. ------------
  4. Contributions are welcome, and they are greatly appreciated! Every little bit
  5. helps, and credit will always be given.
  6. You can contribute in many ways:
  7. Report Bugs
  8. ~~~~~~~~~~~
  9. Report bugs at https://github.com/darosio/dt_evolv/issues.
  10. If you are reporting a bug, please include:
  11. - Your operating system name and version.
  12. - Any details about your local setup that might be helpful in
  13. troubleshooting.
  14. - Detailed steps to reproduce the bug.
  15. Fix Bugs
  16. ~~~~~~~~
  17. Look through the GitHub issues for bugs. Anything tagged with "bug" is
  18. open to whoever wants to implement it.
  19. Implement Features
  20. ~~~~~~~~~~~~~~~~~~
  21. Look through the GitHub issues for features. Anything tagged with
  22. "feature" is open to whoever wants to implement it.
  23. Write Documentation
  24. ~~~~~~~~~~~~~~~~~~~
  25. dt-evolv could always use more documentation, whether as part of the
  26. official dt-evolv docs, in docstrings, or even on the web in blog posts,
  27. articles, and such.
  28. Submit Feedback
  29. ~~~~~~~~~~~~~~~
  30. The best way to send feedback is to file an issue at
  31. https://github.com/darosio/dt_evolv/issues.
  32. If you are proposing a feature:
  33. - Explain in detail how it would work.
  34. - Keep the scope as narrow as possible, to make it easier to implement.
  35. - Remember that this is a volunteer-driven project, and that
  36. contributions are welcome :)