Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 2.57 KB

CONTRIBUTING.md

File metadata and controls

52 lines (37 loc) · 2.57 KB

Contributing

Contributions are welcome, and they are greatly appreciated! When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Reporting bugs

Report bugs at https://github.com/EOSC-synergy/eosc-perf-backend/issues

If you are reporting a bug, please include:

  • Your operating system name and version.
  • Any details about your local setup that might be helpful in troubleshooting.
  • If you can, provide detailed steps to reproduce the bug.
  • If you don't have steps to reproduce the bug, just note your observations in as much detail as you can. Questions to start a discussion about the issue are welcome.

Submit Feedback

The best way to send feedback is to file an issue at the following URL:

https://github.com/EOSC-synergy/eosc-perf-backend/issues

If you are proposing a feature:

  • Explain in detail how it would work.
  • Keep the scope as narrow as possible, to make it easier to implement.
  • Remember that this is a volunteer-driven project, and that contributions are welcome :)

Pull Request Process

You are welcome to open Pull Requests for either fixing a bug, adding a new feature, contributing to the documentation, etc.

  1. The Pull Request should include tests.
  2. For testing we use tox tool, update tox.ini file correspondingly.
  3. The Pull Request should work for Python 3.8 and above.
  4. Increase the version numbers in any examples files and the README.md to the new version that this Pull Request would represent. The versioning scheme we use is SemVer.
  5. If the Pull Request adds functionality, the docs should be updated. Put your new functionality into a function with a docstring (Sphinx docstring format), and add the feature in the appropriate place in sphinx docs (docs/source directory).
  6. Update the README.md with details of changes to the interface, this includes new environment variables, exposed ports, useful file locations and container parameters.

Coding Standards