8000 Update issue templates · CreaHtive/CreaHtive.github.io@f242429 · GitHub
[go: up one dir, main page]

Skip to content

Commit f242429

Browse files
authored
Update issue templates
Closes daviddarnes#168
1 parent afbd0c1 commit f242429

File tree

3 files changed

+74
-0
lines changed

3 files changed

+74
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: Bug report
3+
about: Report a bug you've encountered
4+
title: "[Bug]: Please add a title"
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
## Summary
11+
A clear and concise description of what the bug is.
12+
13+
## To Reproduce
14+
Steps to reproduce the behaviour:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
## Expected behaviour
21+
A clear and concise description of what you expected to happen.
22+
23+
## Screenshots
24+
If applicable, add screenshots to help explain your problem.
25+
26+
## Environment
27+
- Ruby version: [e.g. 2.7.0]
28+
- Jekyll version: [e.g. 4.1.0]
29+
- Theme version: [e.g. 4.1.0]
30+
31+
## Browser(s)
32+
- OS: [e.g. iOS]
33+
- Browser [e.g. chrome, safari]
34+
- Version [e.g. 22]
35+
36+
## Additional context
37+
Add any other context about the problem here.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Propose an idea or feature for this project
4+
title: "[Proposal]: Please add a title"
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
## Summary
11+
A clear and concise description of what the problem is. Is your feature request related to a problem?
12+
13+
## Proposed solution
14+
A clear and concise description of what you want to happen.
15+
16+
## Other considerations
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
## Additional context
20+
Add any other context or screenshots about the feature request here.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Help request
3+
about: Ask for help or have a question
4+
title: "[Question]: Please add a title"
5+
labels: question
6+
assignees: ''
7+
8+
---
9+
10+
## Summary
11+
A clear and concise description of what your question is.
12+
13+
## Screenshots
14+
If applicable, add screenshots to help explain your problem.
15+
16+
## Additional context
17+
Add any other context about the problem here.

0 commit comments

Comments
 (0)
0