Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.52 KB

CONTRIBUTION.md

File metadata and controls

26 lines (15 loc) · 1.52 KB

Contributions

Thank you for considering contributing to react-mobile-share! Your support and contributions are invaluable to us and help make this project even better.

Ways to Contribute

You can contribute in the following ways:

  1. Reporting Bugs: If you encounter any bugs or issues, please report them by opening an issue on our GitHub repository. Include as much detail as possible, including steps to reproduce the issue and any relevant screenshots or error messages.

  2. Suggesting Features: If you have a feature request or idea for improving the project, feel free to open an issue with the label "feature request" and describe your suggestion in detail.

  3. Improving Documentation: You can help us by improving the documentation, fixing typos, or expanding sections that you think need more explanation.

  4. Submitting Pull Requests: We welcome code contributions! If you want to implement a feature or fix a bug, feel free to submit a pull request. Make sure to follow the guidelines below

Pull Request Guidelines

To ensure a smooth contribution process, please follow these guidelines

  • Fork the repository and create your branch from the main branch.
  • Ensure that your code follows the project’s coding style and conventions.
  • Test your changes thoroughly and include tests for new features or bug fixes.
  • Write clear commit messages and provide a detailed description of your pull request.
  • Make sure your pull request passes all CI checks.