Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Latest commit

 

History

History
48 lines (34 loc) · 2.03 KB

CONTRIBUTING.md

File metadata and controls

48 lines (34 loc) · 2.03 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/deephdc/DEEP-OC-generic-dev/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 follwing URL:

https://github.com/deephdc/DEEP-OC-generic-dev/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. Fork the repository and create a new branch from master.
  2. If you’ve fixed a bug or added code that should be tested, add tests!
  3. Make sure your code lints (e.g. flake8 for python to comply with PEP8).
  4. Update the README.md with details of changes, e.g. new environment variables, exposed ports, container parameters etc.
  5. 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.
  6. Push the changes to your fork.
  7. Create a Pull Request to this repository.
  8. Review and address comments on your pull request.