Thank you for considering contributing to my project!
I welcome contributions in the following areas:
- General code improvements
- Bug fixes
- Adding features / New Keybinds
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.
Have a great idea for a new feature? We'd love to hear it! Follow these steps:
- Check if the feature has already been requested by searching through the issues.
- If not, open a new issue and describe the feature you'd like to see.
- Thank you again for helping to improve the WinMacros project! 🎉