Created
January 6, 2017 20:52
-
-
Save TuxCoding/47c8cfb1b9129266d8c641c2c1079ea5 to your computer and use it in GitHub Desktop.
Bukkit update template for the updated dev bukkit site
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <h3>Changelog for VERSION</h3> | |
| <h6><span style="color: #008000;"><strong>Added</strong></span></h6> | |
| <ul> | |
| <li>stuff</li> | |
| </ul> | |
| <h6><strong><span style="color: #ff9900;">Changed/Fixed</span></strong></h6> | |
| <ul> | |
| <li>stuff</li> | |
| </ul> | |
| <h6><strong><span style="color: #ff0000;"><del>Removed</del></span></strong></h6> | |
| <ul> | |
| <li>stuff</li> | |
| </ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment