Thank you for considering contributing to my project!
I welcome contributions in the following areas:
- 🛠️ Code Improvements
- 🐞 Bug Fixes
- ✨ Feature Requests
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 or have a feature request, please follow these steps:
- Check if the issue or feature has already been reported/requested by searching through the Issues.
- If not, open a new issue with a clear description of the problem or the feature you'd like to see, and include steps to reproduce (for bugs).
- Thank you again for helping to improve the WinMacros project! 🎉