Skip to content

Latest commit

 

History

History
61 lines (46 loc) · 1.74 KB

CONTRIBUTING.md

File metadata and controls

61 lines (46 loc) · 1.74 KB

Contribution Guidelines

Welcome! If you would like to help translate Python documentation into Persian, please follow the steps below:

How to Contribute

  1. 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.
  2. 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
  3. Create a New Branch

    • Before you start working, create a new branch for your feature or changes:
      git checkout -b feature/your-feature-name
  4. Make Changes

    • Apply your changes to the relevant documents. Be sure to adhere to writing conventions and document structure.
  5. Stage Changes

    • Stage your changes:
      git add .
  6. Commit Changes

    • Commit your changes:
      git commit -m "Brief description of changes"
  7. Push Changes

    • Push your changes to your forked repository:
      git push origin feature/your-feature-name
  8. Create a Pull Request

    • Return to the original repository and create a new Pull Request.

Tips

  • 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!

General Rules

  • Treat others with respect and create a positive and constructive environment.
  • Avoid unnecessary and unrelated discussions.

Best of luck!