From d5616fbb9eddaae642e21e9de986cec9dc744baf Mon Sep 17 00:00:00 2001 From: abelom Date: Sat, 11 Apr 2020 16:26:21 -0400 Subject: [PATCH] Create Documentation_Workflow.md (#10) --- Special/Documentation_Workflow.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Special/Documentation_Workflow.md diff --git a/Special/Documentation_Workflow.md b/Special/Documentation_Workflow.md new file mode 100644 index 00000000..63c978f0 --- /dev/null +++ b/Special/Documentation_Workflow.md @@ -0,0 +1,13 @@ +In order to leverage github/wiki look&feel in combination with github pull request process we have to use two git repositories in our workflow: + +1) "normal" git repository https://github.com/rusefi/rusefi_documentation is used to submit content using fork&pull request process + +2) Automation merged all changes from normal git into https://github.com/rusefi/rusefi_documentation.wiki.git befind the scenes. + + +For example, in order for user abelom to edit this page: + +1) abelom would edit XXX +2) abelo would create a Pull Request +3) once merged this page would appear as XXX +4) within the next 5 minutes automation would sync this page into wiki git and it would be available with nicer layour under XXX name.