Welcome to the Documentation Pull Requests section! Here you can find information about how to contribute to our documentation by submitting pull requests.
Contributing Guidelines
- Fork the Repository: First, you need to fork the documentation repository to your own GitHub account.
- Create a New Branch: Create a new branch for your changes.
- Make Changes: Make the necessary changes to the documentation files.
- Commit and Push: Commit your changes and push the branch to your forked repository.
- Open a Pull Request: Open a pull request from your branch to the main documentation repository.
Common Issues
- Formatting: Ensure that the documentation follows the required formatting guidelines.
- Content: Make sure that the content is accurate and up-to-date.
- Consistency: Maintain consistency in the documentation style and terminology.
Example
Here's an example of a pull request description:
Fixes #123: Update the example code to reflect the latest changes.
Before:
```python
def example_function():
print("This is an example.")
After:
def example_function():
print("This is an updated example.")
## Learn More
For more information on contributing to the documentation, please visit our [Contributing Guide](/Documentation/en/Explore/Reference/Documentation_Contributing).
---
