Adding Mod to Directory
Before adding a mod to the directory, ensure you understand how to contribute.
In your fork of the repo, navigate to mod-directory/mod-template.md and create a copy.
Rename the file to your mods name ensuring that it matches the naming convention of the other mods. An example of this is (yourname-mod-name-v1.md)
Fill out the template following the instructions found inside the file.
Head to mod-directory/README.md and open it.
Once again following the conventions inside the file, copy the following template and paste it at the end of the mod-directory/README.md file.
Edit the contents of this template to match your mod MAKING SURE that the .md file mentioned in line 4 is the exact same name as the file you created in step 2.
Navigate to the root of the repo and find SUMMARY.md
Copy and paste the following line near the end of the file under the Mod Directory section.
Please copy and paste this exactly, including the whitespace
Edit the contents of the template to match your mod.
Once again following the contribution guide, create a pull request and wait for it to be accepted.
Last updated