Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.49 KB

CONTRIBUTING.md

File metadata and controls

27 lines (17 loc) · 1.49 KB

Contributing to Avail

Thank you for your interest in contributing to Avail! Your contributions are greatly appreciated, and this guide will provide you with all the information you need to get started.

Code of Conduct

Please review and adhere to our Code of Conduct to maintain a respectful and collaborative environment.

Reporting Issues

If you encounter a bug or have a feature request, please create an issue using the appropriate issue template.

Submitting Pull Requests

  1. Fork the Repository: Create a fork of the main repository to your GitHub account.
  2. Clone Your Fork: Clone your fork locally and create a new branch for your feature or fix.
  3. Make Your Changes: Implement your changes, following our coding standards and guidelines.
  4. Test Your Changes: Ensure that your changes are well-tested and don’t break existing functionality.
  5. Commit Your Changes: Commit your changes with a descriptive commit message.
  6. Submit a Pull Request: Create a pull request against the main repository, filling in the details according to the pull request template.
  7. Address Review Comments: Respond to any feedback from reviewers, making changes as necessary.

Acknowledgments


By following these guidelines, you help ensure a smooth collaboration process and make meaningful contributions to Avail. Thank you for your contribution!