Thank you for your interest in contributing! Your help is highly appreciated and makes this project better.
Follow these steps to contribute:
- Fork the repository – create a personal copy by clicking the "Fork" button on GitHub.
- Create a branch – make a new branch for your changes:
git checkout -b feature/your-feature-name
- Make your changes – implement your feature, fix bugs, or improve documentation.
- Commit your changes – use clear and descriptive commit messages:
git commit -m "Add feature XYZ" - Push your branch – push your branch to your forked repository:
git push origin feature/your-feature-name
- Open a Pull Request (PR) – go to the original repository, open a PR from your branch, and provide a clear description of your changes.
- Follow existing code conventions.
- Keep code clean and readable.
- Document new functions and modules clearly.
- Test your changes if possible.
If you find a bug or want to suggest a feature: 1. Go to the Issues tab. 2. Click New Issue. 3. Provide a descriptive title and clear steps to reproduce the issue (if applicable).
Thank you for contributing! Every contribution, no matter how small, helps the Smart Grid Project grow and improve.
Your contributions make a difference! 🎉