Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.48 KB

CONTRIBUTING.md

File metadata and controls

44 lines (27 loc) · 1.48 KB

💡 WinMacros - CONTRIBUTING.md

Thank you for considering contributing to my project!

How to Contribute

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!

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.

Bugs & Feature Requests

If you encounter a bug or have a feature request, please follow these steps:

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