1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-13 10:15:56 +00:00

Updating welcome msg and issue template

This commit is contained in:
Scott Tolksdorf
2016-11-07 19:02:43 -05:00
parent b8effb1ed1
commit a439c418ef
4 changed files with 15 additions and 13 deletions

View File

@@ -1,17 +1,16 @@
**If you are suggestting a feature or improvement**, delete everything here and just write your idea.
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.
---
**Browser Type/Version**: FILL OUT
**Issue Description**: FILL OUT
**Brew code to reproduce**: <details><summary>Click to expand code</summary>
```
PUT YOUR BREW CODE HERE
```
</details>
### Additional Details
**Related Images** : IF APPLICABLE
**Share Link** :
or
**Brew code to reproduce** : <details><summary>Click to expand</summary><code><pre>
PASTE BREW CODE HERE
</pre></code></details>

View File

@@ -1,5 +1,8 @@
# changelog
### Monday, 07/11/2016
- Added final touches to the html validator and updating the rest of the branch
### Friday, 09/09/2016 - v2.4.0
- Adding in a HTML validator that will display warnings whenever you save. This should stop a lot of the issues generated with pages not showing up.

View File

@@ -80,7 +80,7 @@ ___
### Images
Images can be included 'inline' with the text using Markdown-style images. However for background images more control is needed.
Images must be hosted online somewhere, like imgur. You use the address to that image to reference it in your brew. Images can be included 'inline' with the text using Markdown-style images. However for background images more control is needed.
Background images should be included as HTML-style img tags. Using inline CSS you can precisely position your image where you'd like it to be. I have added both a inflow image snippet and a background image snippet to give you exmaples of how to do it.

View File

@@ -1,7 +1,7 @@
{
"name": "homebrewery",
"description": "Create authentic looking D&D homebrews using only markdown",
"version": "2.3.0",
"version": "2.4.0",
"scripts": {
"build": "node_modules/.bin/gulp prod",
"watch": "node_modules/.bin/gulp",