Skip to content

Commit

Permalink
Gardening: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
julianxhokaxhiu committed Nov 2, 2024
1 parent 5d99ff3 commit 52e087a
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
![License](https://img.shields.io/github/license/tsunamods-codes/Junction-VIII-Catalogs) ![Overall Downloads](https://img.shields.io/github/downloads/tsunamods-codes/Junction-VIII-Catalogs/total?label=Overall%20Downloads) ![GitHub Actions Workflow Status](https://github.com/tsunamods-codes/Junction-VIII-Catalogs/actions/workflows/release.yml/badge.svg?branch=master)

# Junction-VIII-Catalogs

Catalogs for Junction-VIII - Maintained by the Tsunamods community

## Usage
## How to submit your mod

1. Fork this project
2. Create a new directory for you mod inside the mods folder.
3. Create your entry for the catalog (see template below)
4. Commit your work into your fork. (push if using a local system)
5. Create a pull request from your fork to this Repository
6. Automated system will report if there are any errors you need to fix.
7. Wait for a manager to add your mod.xml to the repository.
7. Wait for a manager to provide feedback on your Pull Request.

## `mod.xml` Template

## Template
```xml
<?xml version="1.0"?>
<Mod>
Expand All @@ -37,4 +41,5 @@ Catalogs for Junction-VIII - Maintained by the Tsunamods community
</Tags>
</Mod>
```
you may also look at any of the mods already in this repository to understand better.

You may also have a look at [any of the mods](mods) already present in this repository to have a look at the structure.

0 comments on commit 52e087a

Please sign in to comment.