Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.67 KB

CONTRIBUTING.md

File metadata and controls

51 lines (30 loc) · 1.67 KB

💡WinMacros - 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 Keybinds

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

Have a great idea for a new feature? We'd love to hear it! Follow these steps:

  1. Check if the feature has already been requested by searching through the issues.
  2. 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! 🎉