Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 2.51 KB

HOWTOCONTRIBUTE.md

File metadata and controls

65 lines (42 loc) · 2.51 KB
description
This site explains how you can add screenshots to this page and how to best report issues.

How To Contribute

There are many ways that you can contribute to this modlist. Pick one of the parts below that you want to contribute to:

Modlist

Contributing to the Modlist itself is straight forward. You can have a Feature Request, report Issues or maybe you created an awesome character that you want to share.

Issues

Issues go to the GitHub Issues page, check if your issue was already reported. If you found no similar posts, create a new issue by clicking the green New issues button in the top right corner. Select Bug report and fill out the document.

Screenshots

If you want to add your screenshots simply edit the SCREENSHOTSDISPLAY.md file under the section corresponding to the version of the list you are using, with a pull request here on Github. If you don't want to edit the file yourself just send me a link to your screenshots here.

Or you post a comment on the screenshot page in the formatting described there.

Here two examples how to add screenshots:

Example without a linked profile or website

<p><img src="https://i.imgur.com/BkUbYa1.jpg" alt="screenshot" /><br />
by Luca|EzioTheDeadPoet</p>

Looks like:


screenshot
by Luca|EzioTheDeadPoet


Example with a linked profile or website

<p><img src="https://i.imgur.com/BkUbYa1.jpg" alt="screenshot" /><br />
by <a href="https://github.com/EzioTheDeadPoet">Luca|EzioTheDeadPoet</a></p>

you can link any website or account you want to share, like for example a steam or twitter profile.

Looks like:


screenshot
by Luca|EzioTheDeadPoet


[Back to top]