From 630f7736282231ab0c82afb34aede715d367a02a Mon Sep 17 00:00:00 2001 From: Trilarion Date: Sun, 26 Feb 2023 14:30:19 +0100 Subject: [PATCH] fixed missing link in contribution info --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b97971020..5c24f85b8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 @@ -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 ### Important conventions (please read carefully!) @@ -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) \ No newline at end of file +Help: [MarkDown Help](https://help.github.com/articles/github-flavored-markdown), [Markdown Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)