Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.85 KB

CONTRIBUTING.md

File metadata and controls

27 lines (19 loc) · 1.85 KB

Contributing to TapGuid

TapGuid is open source, and we'd love your help to make it even better! Even though it's a simple app, there's always room for improvement. No matter your skill level, you can contribute!

Ways to Contribute:

  • Report bugs: If you find any bugs or issues, please report them by opening an issue on the GitHub repository. Provide detailed information about the problem, including steps to reproduce it.
  • Suggest new features: Have an idea for a cool new feature? Share it by opening an issue and describing your suggestion.
  • Improve documentation: Help make the documentation clearer and more comprehensive by submitting pull requests with improvements to the README or other documentation files.
  • Fix bugs and implement features: Contribute code by fixing existing bugs or implementing new features. Before starting any major work, it's a good idea to discuss your plans by opening an issue.
  • Translate the app: Help make TapGuid accessible to more users by translating it into different languages.
  • Design a new app icon: Got some design skills? We could use a fresh new look for the app icon!

Code Style:

  • Follow the existing code style and conventions.
  • Write clear and concise code with meaningful comments.
  • Ensure your code is well-tested.

Submitting Pull Requests:

  • Fork the repository and create a new branch for your changes.
  • Commit your changes with descriptive commit messages.
  • Push your branch to your forked repository.
  • Open a pull request on the main repository, clearly explaining your changes.

We appreciate all contributions, big or small! Thank you for helping make TapGuid better.