HydDown loves your input! We want to make contributing to this project as easy and transparent as possible, whether it's:
- Reporting a bug
- Support/questions
- Discussing the current state of the code
- Submitting a fix
- Proposing new features
- Becoming a maintainer
When contributing to this repository, please first discuss the change you wish to make via filling an 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.
For questions, assistance using the code or special considerations please file an issues and add the label 'question' or 'help wanted'
HydDown uses github to host code, to track issues and feature requests, as well as accept pull requests.
Pull requests are the best way to propose changes to the codebase. We actively welcome your pull requests:
- Fork the repository from 'main' to your own Github account
- Clone the project to your machine
- Create a branch locally with a succinct but descriptive name
- Commit changes to the branch
- Push changes to your fork
- If you've added code that should be tested, add tests.
- If you've changed APIs added functionality, update the documentation.
- Ensure the test suite passes (handled by github action).
- Make sure your code lints (handled by github action).
- Open a PR in our repository
In short, when you submit code changes, your submissions are understood to be under the same MIT License that covers the project.
Report bugs using Github's issues
We use GitHub issues to track public bugs. Report a bug by opening a new issue; it's that easy! Add the label 'bug' to the filed issue - which may be removed by the maintainer if this is actually not a bug, but e.g. enhancement/feature request.
Great Bug Reports tend to have:
- A quick summary and/or background
- Steps to reproduce
- Be specific!
- Give sample code if you can.
- What you expected would happen
- What actually happens
- Notes (possibly including why you think this might be happening, or stuff you tried that didn't work)
By contributing, you agree that your contributions will be licensed under its MIT License.
This document was adapted from the open-source contribution guidelines for Facebook's Draft as well as from Auth0 and briandk