Thank you for considering contributing to the Pyre documentation! We welcome all contributions, whether they are small or large.
-
Fork the Repository: Start by forking the repository to your GitHub account.
-
Clone the Repository: Clone the forked repository to your local machine.
git clone https://github.com/your-username/pyre-docs.git
-
Create a Branch: Create a new branch for your changes.
git checkout -b my-feature-branch
-
Make Changes: Make your changes to the documentation.
-
Commit Changes: Commit your changes with a descriptive commit message.
git add . git commit -m "Description of changes"
-
Push Changes: Push your changes to your forked repository.
git push origin my-feature-branch
-
Open a Pull Request: Open a pull request to the main repository. Provide a clear description of your changes and any related issues.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project, you agree to abide by its terms.
If you find any issues or have suggestions, please open an issue in the repository. Provide as much detail as possible to help us understand and address the issue.
- Use clear and concise language.
- Follow the existing style and format of the documentation.
- Use proper Markdown syntax.
By contributing to this project, you agree that your contributions will be licensed under the MIT License.
Thank you for your contributions!