Adding information on how to use this fork

pull/10716/head
Niels Lindenthal 2 years ago
parent 6ef890e0bf
commit f2a3945355
  1. 8
      docs/development/contribution-documentation/documentation-tool-setup/README.md
  2. BIN
      docs/development/contribution-documentation/documentation-tool-setup/image-20220525074657702.png

@ -55,10 +55,16 @@ If you are an external contributor you don't have write permissions on the repos
## Step 6: Clone the OpenProject repository in the GitHub desktop client
Before you can make changes you need to create a local clone of the OpenProject repository on your local computer. Open the GitHub desktop client and navigate to "File -> Clone repository". Here select the repository you selected in Step 5. Also select a folder on your computer for the cloned repository. Click "Clone".
Before you can make changes you need to create a local clone of the OpenProject repository on your local computer. Open the GitHub desktop client and navigate to "File -> Clone repository". Here select the repository you forked in Step 5. Also select a folder on your computer for the cloned repository. Click "Clone".
![image-20220524203252508](image-20220524203252508.png)
In the next screen select "To contribute to the parent project".
![image-20220525074657702](image-20220525074657702.png)
## Step 7: Create a new Git branch for your change
Select the latest release branch e.g.`release/12.1` as the current branch.

Loading…
Cancel
Save