Skip to content

Commit ff161fb

Browse files
committed
More links
1 parent 2ef5d68 commit ff161fb

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

manifest-pr.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,10 @@ Teaching git is out of scope of this document, but it really is worth learning.
5858
12. Head back to the [manifest repo](https://github.com/neos-modding-group/neos-mod-manifest), where you should now see a button to open a PR. If not, you can manually [create a pull request from a fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork).
5959

6060
Repeat from step 5 for subsequent PRs.
61+
62+
## Additional Help
63+
64+
If you need additional help, you can ask in the [#mod-manifest channel in our Discord].
65+
66+
<!-- Links -->
67+
[#mod-manifest channel in our Discord]: https://discord.gg/YUPK8UsBy4

manifest.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ The mod manifest is a machine-readable json file used to generate the [mod list]
1010
| Page | Description |
1111
| ------------------------------------------- | ------------------------------------------------------- |
1212
| [Submission Tutorial](submission-tutorial) | Get started here! |
13-
| [Categories](categories) | Mods are grouped into these categories. |
13+
| [Manifest PR Guide](manifest-pr) | If you need help figuring out how to make a PR. |
1414
| [Mod Submission Guidelines](mod-guidelines) | What is required for a mod to be added to the manifest? |
1515
| [Auditing Process](auditing-process) | How we audit mods. |
1616
| [Manifest Design Document](manifest-design) | Why the manifest was designed this way. |
1717
| [Schema](schema) | The structure the manifest json follows. |
18+
| [Categories](categories) | Mods are grouped into these categories. |
19+
| [Flags](manifest-flags) | Mods can have additional metadata added via flags. |

submission-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Note that some of these fields are optional, and some rarely-used fields are omi
7979

8080
## Additional Help
8181

82-
If you need additional help, you can ask the [#mod-manifest channel in our Discord].
82+
If you need additional help, you can ask in the [#mod-manifest channel in our Discord].
8383

8484
<!-- Links -->
8585
[#mod-manifest channel in our Discord]: https://discord.gg/YUPK8UsBy4

0 commit comments

Comments
 (0)