Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 2.39 KB

File metadata and controls

50 lines (38 loc) · 2.39 KB

Contributing

We welcome all forms of contribution! Whether you're interested in improving the translation, adapting the lesson for another language, or enhancing the video production, your input is valuable.

For suggestions and feedback on the German version, please comment on Issue #2955.

If you would like to translate this content into your own language, you can clone this repository and create a new branch named after your language. Please see the site Translating Content – Make WordPress Training for more information.

How to Contribute

We welcome your contributions to this translation! You can either create a fork of the repository or contact the project maintainer at mail@rfluethi.com to coordinate the next steps.

  1. Fork the Repository:

    • Click the "Fork" button at the top right of the repository page to create your own copy of the repository.
  2. Clone Your Forked Repository:

    • Replace yourusername with your GitHub username in the command below:
    git clone https://github.com/rfluethi/German-translation-for-Lesson-WordPress-essentials-Domains-and-hosting.git
    • Navigate into the cloned directory:
    cd German-translation-for-Lesson-WordPress-essentials-Domains-and-hosting
  3. Create a Branch:

    • Create a new branch for your feature or fix. Replace your-feature-name with a descriptive name for your changes:
    git checkout -b feature/your-feature-name
  4. Make Changes:

    • Implement your improvements or translations. Ensure that your changes align with any existing coding standards or guidelines.
  5. Commit Changes:

    • Commit your changes with a descriptive message:
    git commit -m "Describe your changes here"
  6. Push to GitHub:

    • Push your branch to your forked repository:
    git push origin feature/your-feature-name
  7. Submit a Pull Request:

    • Go to the original repository at https://github.com/rfluethi/German-translation-for-Lesson-WordPress-essentials-Domains-and-hosting.
    • Click on the "Pull Requests" tab, then click the "New Pull Request" button.
    • Select your branch from the "compare" dropdown and submit your pull request for review.