Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.44 KB

File metadata and controls

43 lines (32 loc) · 1.44 KB

Contributing to Smart Grid Project

Thank you for your interest in contributing! Your help is highly appreciated and makes this project better.

How to Contribute

Follow these steps to contribute:

  1. Fork the repository – create a personal copy by clicking the "Fork" button on GitHub.
  2. Create a branch – make a new branch for your changes:
    git checkout -b feature/your-feature-name
  3. Make your changes – implement your feature, fix bugs, or improve documentation.
  4. Commit your changes – use clear and descriptive commit messages:
    git commit -m "Add feature XYZ"
  5. Push your branch – push your branch to your forked repository:
    git push origin feature/your-feature-name
  6. Open a Pull Request (PR) – go to the original repository, open a PR from your branch, and provide a clear description of your changes.

Code Style

  • Follow existing code conventions.
  • Keep code clean and readable.
  • Document new functions and modules clearly.
  • Test your changes if possible.

Reporting Issues

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

Acknowledgment

Thank you for contributing! Every contribution, no matter how small, helps the Smart Grid Project grow and improve.

Your contributions make a difference! 🎉