Skip to content

Instantly share code, notes, and snippets.

@TuxCoding
Created January 6, 2017 20:52
Show Gist options
  • Select an option

  • Save TuxCoding/47c8cfb1b9129266d8c641c2c1079ea5 to your computer and use it in GitHub Desktop.

Select an option

Save TuxCoding/47c8cfb1b9129266d8c641c2c1079ea5 to your computer and use it in GitHub Desktop.
Bukkit update template for the updated dev bukkit site
<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