Welcome! If you would like to help translate Python documentation into Persian, please follow the steps below:
-
Fork the Repository
- Click the "Fork" button in the upper right corner of the page to create a copy of this repository in your GitHub account.
-
Clone the Repository
- Clone your forked repository to your local machine:
git clone https://github.com/BDadmehr0/Docs-Python-3.git
- Navigate to the project directory:
cd REPOSITORY_NAME
- Clone your forked repository to your local machine:
-
Create a New Branch
- Before you start working, create a new branch for your feature or changes:
git checkout -b feature/your-feature-name
- Before you start working, create a new branch for your feature or changes:
-
Make Changes
- Apply your changes to the relevant documents. Be sure to adhere to writing conventions and document structure.
-
Stage Changes
- Stage your changes:
git add .
- Stage your changes:
-
Commit Changes
- Commit your changes:
git commit -m "Brief description of changes"
- Commit your changes:
-
Push Changes
- Push your changes to your forked repository:
git push origin feature/your-feature-name
- Push your changes to your forked repository:
-
Create a Pull Request
- Return to the original repository and create a new Pull Request.
- Standards: Please follow the specified writing style in the documents.
- Communication: If you have any questions or need help, feel free to ask in the Issues section or reach out to other contributors.
- Thanks: We appreciate everyone who contributes to this project!
- Treat others with respect and create a positive and constructive environment.
- Avoid unnecessary and unrelated discussions.
Best of luck!