Correction on Contributing

This commit is contained in:
Nathan Schneider 2022-09-29 18:19:01 +00:00
parent 5ddc83492b
commit 0a5e0ab562

View File

@ -48,7 +48,7 @@ To create a new Story:
Make and save your changes:
* Make the changes you would like to see, in one file or multiple files.
* To add images, upload files to the `files/docs/img/` folder and reference them in the text with `![CAPTION]../img/FILE.NAME`
* To add images, upload files to the `files/docs/img/` folder and reference them in the text with `![CAPTION](../img/FILE.NAME)`
* When you're finished, press the "Create commit..." button under the file listing on the left.
* Enter some text as a commit message that summarizes what you did.
* Choose "Create a new branch" and leave "Start a new merge request" checked, and press "Commit."