Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 922 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (20 loc) · 922 Bytes

Contributing to AppoMobi.Maui.Gestures

Firstly, thank you for your interest in contributing to this repo! Every contribution helps, and we appreciate your time and effort.

Code of Conduct

By participating, you are expected to uphold this project's code of conduct. Please report unacceptable behavior to [email protected].

How Can I Contribute?

Reporting Bugs

If you encounter a bug, please open an issue with a clear and detailed description of the bug.

Suggesting Enhancements

If you have an idea for a new feature or an improvement, please open an issue for discussion.

Code Contributions

Here are the steps to contribute code:

  1. Fork the repository.
  2. Create a branch for your feature or fix.
  3. Write your code.
  4. Write tests to ensure your code works as expected.
  5. Run the tests and ensure they pass.
  6. Submit a pull request.

Thank you again for your support and contributions!