Skip to content

Commit

Permalink
fixed missing link in contribution info
Browse files Browse the repository at this point in the history
  • Loading branch information
Trilarion authored Feb 26, 2023
1 parent ba324bb commit 630f773
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ or if you are not familiar with pull requests.
Please create one issue for each entry that is to be modified/added and provide all the information that is required to
update or create a new entry.

Exception: For reporting screenshot URLs, please use [this issue]().
Exception: For reporting screenshot URLs, please use [this issue](https://github.com/Trilarion/opensourcegames/issues/327).

### 2. Fork the repository and submit a pull request

Expand Down Expand Up @@ -55,14 +55,14 @@ Description of the fields in the [template](template.md). Comments start with "/
- Assets license: {XX} // (optional) license(s) of the assets (artwork, ..)
- Developer: {XX} // (optional) list of developer names

Notes // whatever you want to put up here, focused on the technical aspects
Notes // whatever you want to put up here, focused on the technical aspects of the game that isn't contained above, keep it short

## Building

- Build system: {XX} // (optional) typically one of {CMake, Autoconf, Gradle, ..} but can be more
- Build instruction: {XX} // (optional) link(s) to build instructions offered by the project

Notes // addition build instructions or technical comments you want to put here
Notes // addition build instructions or technical comments about building the project that you want to put here
</pre>

### Important conventions (please read carefully!)
Expand Down Expand Up @@ -110,4 +110,4 @@ All Python scripts reside in the code folder, their purpose is:
- synchronize with opensourcegameclones and LibreGameWiki (synchronization/*.py)
- generate the static website that is stored in doc/* (code/html/generate_static_website.py via *.jinja templates)

Help: [MarkDown Help](https://help.github.com/articles/github-flavored-markdown), [Markdown Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)
Help: [MarkDown Help](https://help.github.com/articles/github-flavored-markdown), [Markdown Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)

0 comments on commit 630f773

Please sign in to comment.