mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-13 08:35:56 +00:00
Updating welcome msg and issue template
This commit is contained in:
21
.github/issue_template.md
vendored
21
.github/issue_template.md
vendored
@@ -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>
|
### Additional Details
|
||||||
```
|
|
||||||
PUT YOUR BREW CODE HERE
|
|
||||||
```
|
|
||||||
</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>
|
||||||
@@ -1,5 +1,8 @@
|
|||||||
# changelog
|
# 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
|
### 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.
|
- 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.
|
||||||
|
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ ___
|
|||||||
|
|
||||||
|
|
||||||
### Images
|
### 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.
|
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.
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "homebrewery",
|
"name": "homebrewery",
|
||||||
"description": "Create authentic looking D&D homebrews using only markdown",
|
"description": "Create authentic looking D&D homebrews using only markdown",
|
||||||
"version": "2.3.0",
|
"version": "2.4.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "node_modules/.bin/gulp prod",
|
"build": "node_modules/.bin/gulp prod",
|
||||||
"watch": "node_modules/.bin/gulp",
|
"watch": "node_modules/.bin/gulp",
|
||||||
|
|||||||
Reference in New Issue
Block a user