Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,13 @@ If you are familiar with common Git and GitHub workflows, this approach may be m
<Repository>
<![CDATA[https://github.com/user/repo]]>
</Repository>
<!-- OPTIONAL: where can the contents of the readme be directly read from? -->
<ReadMe>
<![CDATA[https://github.com/user/repo/raw/refs/heads/main/ReadMe.md]]>
</ReadMe>
<!-- OPTIONAL: where should issues with the mod be reported? -->
<Issues>
<![CDATA[https://website/for/bug_reports]]>
<![CDATA[https://github.com/user/repo/issues]]>
</Issues>
<!-- OPTIONAL: Optional dependencies can be listed here. For when the mod has special interactions with other mods. Here are some examples -->
<Integrations>
Expand Down
1 change: 1 addition & 0 deletions Schemas/ModLinks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
</xs:choice>
<xs:element minOccurs="1" maxOccurs="1" name="Dependencies" type="mm:DepListType" />
<xs:element minOccurs="1" maxOccurs="1" name="Repository" type="mm:LinkStringType" />
<xs:element minOccurs="0" maxOccurs="1" name="ReadMe" type="mm:LinkStringType" />
<xs:element minOccurs="0" maxOccurs="1" name="Issues" type="mm:LinkStringType" />
<xs:element minOccurs="0" maxOccurs="1" name="Integrations" type="mm:IntegrationListType" />
<xs:element minOccurs="0" maxOccurs="1" name="Tags" type="mm:TagListType" />
Expand Down
Loading