Thank you for your interest in contributing to the Enhanced Biofects Theme project! We welcome all contributions, whether they're improvements to the theme, bug fixes, new feature ideas, or feedback.
- Fork the Repository: Create a fork of the repository on GitHub by clicking the "Fork" button.
Clone Your Fork: Clone your forked repository to your local machine.
git clone https://github.com/your-username/Enhanced-Biofects.git
- Set Up the Environment: Make sure your Home Assistant instance is up-to-date and you have HACS installed for testing.
- New Features: If you're suggesting a new feature, please create an issue to discuss it before starting on the work. This helps ensure that it aligns with the project’s goals and roadmap.
- Bug Fixes: If you find a bug, create an issue or, if you have a fix ready, open a pull request with a clear description of the issue and the fix.
- Style: Keep your code organized and comment where necessary, especially for complex parts. This will make maintenance easier for everyone.
- Create a Branch: Make a new branch for each feature or fix.
git checkout -b feature-or-fix-name
- Commit Your Changes: Write clear, concise commit messages.
Push to GitHub: Push your branch to your forked repository.
git push origin feature-or-fix-name
- Open a Pull Request: Go to the original repository and open a pull request. Describe your changes and reference any relevant issues.
Please follow the Contributor Covenant Code of Conduct when contributing to this project.