Add html comments to github issue templates
This commit is contained in:
parent
f2f5a9d99d
commit
cec502cecc
4 changed files with 16 additions and 16 deletions
8
.github/ISSUE_TEMPLATE/bug-report-develop.md
vendored
8
.github/ISSUE_TEMPLATE/bug-report-develop.md
vendored
|
|
@ -8,7 +8,7 @@ assignees: ''
|
||||||
---
|
---
|
||||||
|
|
||||||
#### Describe the bug
|
#### Describe the bug
|
||||||
(This is for bugs in the develop-branch only. Make sure you test with the latest version.)
|
<!--(This is for bugs in the develop-branch only. Make sure you test with the latest version.)-->
|
||||||
|
|
||||||
#### To Reproduce
|
#### To Reproduce
|
||||||
Steps to reproduce the behavior:
|
Steps to reproduce the behavior:
|
||||||
|
|
@ -18,10 +18,10 @@ Steps to reproduce the behavior:
|
||||||
4. See error
|
4. See error
|
||||||
|
|
||||||
#### Expected behavior
|
#### Expected behavior
|
||||||
(Replace with a clear and concise description of what you expected to happen.)
|
<!--(Replace with a clear and concise description of what you expected to happen.-->)
|
||||||
|
|
||||||
#### Develop-branch commit
|
#### Develop-branch commit
|
||||||
(The commit-hash. If unsure, run `evennia -v` or get the first few lines of the `about` command in-game.)
|
<!--(The commit-hash. If unsure, run `evennia -v` or get the first few lines of the `about` command in-game.)-->
|
||||||
|
|
||||||
#### Additional context
|
#### Additional context
|
||||||
(Replace with any other context about the problem, or ideas on how to solve.)
|
<!--(Replace with any other context about the problem, or ideas on how to solve.)-->
|
||||||
|
|
|
||||||
10
.github/ISSUE_TEMPLATE/bug-report.md
vendored
10
.github/ISSUE_TEMPLATE/bug-report.md
vendored
|
|
@ -8,20 +8,20 @@ assignees: ''
|
||||||
---
|
---
|
||||||
|
|
||||||
#### Describe the bug
|
#### Describe the bug
|
||||||
(Replace with a clear and concise description of what the bug is.)
|
<!--(Replace with a clear and concise description of what the bug is.)-->
|
||||||
|
|
||||||
#### To Reproduce
|
#### To Reproduce
|
||||||
Steps to reproduce the behavior:
|
Steps to reproduce the behavior:
|
||||||
1.
|
1.
|
||||||
2.
|
2.
|
||||||
3.
|
3.
|
||||||
4. See error
|
4. See error
|
||||||
|
|
||||||
#### Expected behavior
|
#### Expected behavior
|
||||||
(Replace with a clear and concise description of what you expected to happen.)
|
<!--(Replace with a clear and concise description of what you expected to happen.)-->
|
||||||
|
|
||||||
#### Environment, Evennia version, OS etc
|
#### Environment, Evennia version, OS etc
|
||||||
(Replace with info. If unsure, run `evennia -v` or get the first few lines of the `about` command in-game.)
|
<!--(Replace with info. If unsure, run `evennia -v` or get the first few lines of the `about` command in-game.)-->
|
||||||
|
|
||||||
#### Additional context
|
#### Additional context
|
||||||
(Replace with any other context about the problem, or ideas on how to solve.)
|
<!--(Replace with any other context about the problem, or ideas on how to solve.)-->
|
||||||
|
|
|
||||||
|
|
@ -8,10 +8,10 @@ assignees: ''
|
||||||
---
|
---
|
||||||
|
|
||||||
#### Existing page / new
|
#### Existing page / new
|
||||||
(Link to existing documentation page or proposed name of new page)
|
<!--(Link to existing documentation page or proposed name of new page)-->
|
||||||
|
|
||||||
#### Documentation issue
|
#### Documentation issue
|
||||||
(Replace with the description of what the issue is or motivate a changes/additions)
|
<!--(Replace with the description of what the issue is or motivate a changes/additions)-->
|
||||||
|
|
||||||
#### Suggested change
|
#### Suggested change
|
||||||
(Enter the suggested change here)
|
<!--(Enter the suggested change here)-->
|
||||||
|
|
|
||||||
8
.github/ISSUE_TEMPLATE/feature-request.md
vendored
8
.github/ISSUE_TEMPLATE/feature-request.md
vendored
|
|
@ -8,13 +8,13 @@ assignees: ''
|
||||||
---
|
---
|
||||||
|
|
||||||
#### Is your feature request related to a problem? Please describe.
|
#### Is your feature request related to a problem? Please describe.
|
||||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
<!--A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]-->
|
||||||
|
|
||||||
#### Describe the solution you'd like
|
#### Describe the solution you'd like
|
||||||
A clear and concise description of what you want to happen.
|
<!--A clear and concise description of what you want to happen.-->
|
||||||
|
|
||||||
#### Describe alternatives you've considered
|
#### Describe alternatives you've considered
|
||||||
A clear and concise description of any alternative solutions or features you've considered.
|
<!--A clear and concise description of any alternative solutions or features you've considered.-->
|
||||||
|
|
||||||
#### Additional context
|
#### Additional context
|
||||||
Add any other context or screenshots about the feature request here.
|
<!--Add any other context or screenshots about the feature request here.-->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue