Thank you for considering contributing to my project!
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!
- Fork the repository.
- Clone your forked repository locally.
- Create a new branch for your work:
git checkout -b feature/your-feature
. - Make your changes and ensure they follow the coding standards.
- Test your changes thoroughly.
- Commit your changes:
git commit -am 'Add new feature'
. - Push to your branch:
git push origin feature/your-feature
. - Submit a pull request.
- 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.
If you encounter a bug, please help me fix it by following these steps:
- Check if the issue has already been reported by searching through the Issues.
- If not, open a new issue with a clear description of the problem and steps to reproduce it.
If you have a suggestion for a new feature or improvement, please let me know by:
- Checking if a similar feature request has already been proposed in the Issues.
- If not, open a new issue with a detailed description of the feature.
- Thank you again for helping to improve the WinConfigs project! 🎉