Thank you for considering contributing to the DHT11 Arduino Library. It's community members like you that enhance the usefulness of this library.
I'm committed to fostering a welcoming and open environment. All contributors are expected to adhere to the DHT11 Arduino Library Code of Conduct. If you encounter unacceptable behavior, please report it to [email protected].
- Ensure the bug wasn't previously reported by searching on GitHub under Issues.
- If you can't find an existing issue addressing the problem, open a new one.
Have an idea for an enhancement or a new feature? Please create an issue labeled enhancement
.
- Fork the repository.
- Create a new branch (
git checkout -b new-feature
). - Commit your changes (
git commit -am 'Add a new feature'
). - Push the branch (
git push origin new-feature
). - Submit a Pull Request.
- Use present tense ("Add feature" not "Added feature").
- Start with a capital letter.
- Limit the first line to 72 characters or fewer.
Stick to the coding conventions evident in the project.
Possible labels for issues or PRs include:
bug
- For bug-related issues.enhancement
- For enhancements or new features.documentation
- For documentation-related issues.