mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-12 22:15:55 +00:00
Better issue template and better print pdf instructions
This commit is contained in:
19
.github/issue_template.md
vendored
19
.github/issue_template.md
vendored
@@ -1,14 +1,19 @@
|
||||
**Browser Type/Version**: [Google Ultron v90.01]
|
||||
**If you are suggestting a feature or improvement**, delete everything here and just write your idea.
|
||||
|
||||
**Operating System**: [GLaDOS v34.5.8]
|
||||
If you are reporting a bug, please fill out the details. If you don't I will most likely just close the issue asking for more detail.
|
||||
|
||||
**Issue Description**: [The thing won't thing]
|
||||
---
|
||||
|
||||
**Markdown code to reproduce**:
|
||||
**Browser Type/Version**: [FILL OUT]
|
||||
|
||||
**Operating System**: [FILL OUT]
|
||||
|
||||
**Issue Description**: [FILL OUT]
|
||||
|
||||
**Brew code to reproduce**:
|
||||
|
||||
```
|
||||
# thing
|
||||
> thing 2
|
||||
PUT YOUR BREW CODE HERE
|
||||
```
|
||||
|
||||
**Related Images** :
|
||||
**Related Images** : [IF APPLICABLE]
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
# changelog
|
||||
|
||||
### Wednesday, 25/05/2016
|
||||
### Friday, 27/05/2016 - v2.0.6
|
||||
- Updated the issue template for (hopefully) better reporting
|
||||
- Added suggestion to use chrome while PDF printing
|
||||
|
||||
### Wednesday, 25/05/2016 -v2.0.5
|
||||
- The class table generators have the proper ability score improvement progression.
|
||||
|
||||
### Tuesday, 24/05/2016 - v2.0.4
|
||||
@@ -13,6 +17,8 @@
|
||||
- Bumped up the allowed entity size for extra-large brew (Thanks for reporting it dickboner93)
|
||||
- Added a little error box when a save fails with a custom link to reporting the issue on github.
|
||||
|
||||
/page
|
||||
|
||||
### Saturday, 14/05/2016 - v2.0.0 (finally!)
|
||||
|
||||
I've been working on v2 for a *very* long time. I want to thank you guys for being paitent.
|
||||
|
||||
@@ -11,7 +11,7 @@ var Navbar = React.createClass({
|
||||
<Nav.item href='/homebrew' className='homebrewLogo'>
|
||||
<div>The Homebrewery</div>
|
||||
</Nav.item>
|
||||
<Nav.item>v2.0.5</Nav.item>
|
||||
<Nav.item>v2.0.6</Nav.item>
|
||||
</Nav.section>
|
||||
{this.props.children}
|
||||
</Nav.base>
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
|
||||
.homePage{
|
||||
|
||||
|
||||
position : relative;
|
||||
a.floatingNewButton{
|
||||
.animate(background-color);
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "naturalcrit",
|
||||
"description": "D&D Tools for the discerning DM",
|
||||
"version": "2.0.5",
|
||||
"version": "2.0.6",
|
||||
"scripts": {
|
||||
"postinstall": "gulp prod",
|
||||
"start": "node server.js"
|
||||
|
||||
Reference in New Issue
Block a user