add local instructions (#331)

This commit is contained in:
David Holdeman 2023-01-01 15:15:21 -06:00 committed by GitHub
parent b134c5cca8
commit 72fa7d73c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -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. 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 ### 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. 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.