Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 1.73 KB

CONTRIBUTING.md

File metadata and controls

29 lines (26 loc) · 1.73 KB

Contributing

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.

Getting Started

  1. 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
    
  2. Set Up the Environment: Make sure your Home Assistant instance is up-to-date and you have HACS installed for testing.

Contributing Guidelines

  • 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.

Submitting Pull Requests

  1. Create a Branch: Make a new branch for each feature or fix.
    git checkout -b feature-or-fix-name
    
  2. 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
    
  3. Open a Pull Request: Go to the original repository and open a pull request. Describe your changes and reference any relevant issues.

Code of Conduct

Please follow the Contributor Covenant Code of Conduct when contributing to this project.