diff --git a/HOWTO-contribute-to-documentation.md b/HOWTO-contribute-to-documentation.md index d4ce45dc..6f0f5537 100644 --- a/HOWTO-contribute-to-documentation.md +++ b/HOWTO-contribute-to-documentation.md @@ -28,6 +28,18 @@ In order to leverage the Github pull request process for access control to the w 4. Once you are ready to contribute your changes, click the 'New pull request' button on the main page of your fork. +### Alternative: Editing your fork locally + +If you are using Linux, macOS, or WSL on Windows, this is a good option because it allows you to test your changes. + +1. Fork the rusefi_documentation repo and clone it to your computer. + +2. Make your changes. + +3. [Test your changes](HOWTO-Test-Doc-Changes). + +4. Push your changes to your fork on Github, and create a pull request. + ### After creating a Pull Request Within the next 5 minutes after the pull request has been merged, a Github Action automatically builds the wiki and uploads it to both wikis.