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.
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.
-
Fork the Repository:
- Click the "Fork" button at the top right of the repository page to create your own copy of the repository.
-
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
- Replace
-
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
- Create a new branch for your feature or fix. Replace
-
Make Changes:
- Implement your improvements or translations. Ensure that your changes align with any existing coding standards or guidelines.
-
Commit Changes:
- Commit your changes with a descriptive message:
git commit -m "Describe your changes here"
-
Push to GitHub:
- Push your branch to your forked repository:
git push origin feature/your-feature-name
-
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.
- Go to the original repository at