Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.67 KB

CONTRIBUTING.md

File metadata and controls

37 lines (22 loc) · 1.67 KB

Contributing Guidelines Thank you for considering contributing to our project! Here are some guidelines to help you get started:

How to Contribute Fork the Repository: Create your own fork of the repository by clicking the "Fork" button.

Clone the Repository: Clone your forked repository to your local machine using git clone .

Create a Branch: Create a new branch for your changes using git checkout -b .

Make Changes: Make your changes in the branch you created.

Commit Changes: Commit your changes with a clear and descriptive message using git commit -m "Your commit message".

Push Changes: Push your changes to your forked repository using git push origin .

Open a Pull Request: Go to the original repository and open a pull request from your branch.

Code of Conduct We are committed to maintaining a respectful and inclusive environment. Please read and adhere to our Code of Conduct.

Pull Request Guidelines Clear Descriptions: Write clear and detailed descriptions for your pull requests.

Test Your Changes: Ensure your changes are tested and do not break existing functionality.

Update Documentation: If your changes affect the public API or require documentation updates, please update the relevant documentation.

Issue Reporting Search for Existing Issues: Before creating a new issue, search to see if the issue has already been reported.

Provide Details: When reporting an issue, provide as much detail as possible, including steps to reproduce the issue and any relevant logs or screenshots.

Additional Resources External Documentation: Link to external documentation or resources

Mailing List: Link to mailing list or forum