Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.68 KB

CONTRIBUTING.md

File metadata and controls

50 lines (30 loc) · 1.68 KB

⚙️ WinConfigs - CONTRIBUTING.md

Thank you for considering contributing to my project!

How to Contribute

I welcome contributions in the following areas:

  • General code improvements
  • Bug fixes
  • Adding features / New things

If you're unsure about something or need assistance, feel free to reach out to me. I'm here to help!

Getting Started

  1. Fork the repository.
  2. Clone your forked repository locally.
  3. Create a new branch for your work: git checkout -b feature/your-feature.
  4. Make your changes and ensure they follow the coding standards.
  5. Test your changes thoroughly.
  6. Commit your changes: git commit -am 'Add new feature'.
  7. Push to your branch: git push origin feature/your-feature.
  8. Submit a pull request.

Code Style and Guidelines

  • Follow the coding style and guidelines already established in the project.
  • Write clear and concise code with appropriate comments where necessary.
  • Ensure your code is well-tested and doesn't break existing functionality.

Reporting Bugs

If you encounter a bug, please help me fix it by following these steps:

  1. Check if the issue has already been reported by searching through the Issues.
  2. If not, open a new issue with a clear description of the problem and steps to reproduce it.

Feature Requests

If you have a suggestion for a new feature or improvement, please let me know by:

  1. Checking if a similar feature request has already been proposed in the Issues.
  2. If not, open a new issue with a detailed description of the feature.
  • Thank you again for helping to improve the WinConfigs project! 🎉