Skip to content

Commit 9bc6627

Browse files
committed
Update bug report template to use GitHub's form schema
1 parent 75c3dba commit 9bc6627

File tree

2 files changed

+112
-50
lines changed

2 files changed

+112
-50
lines changed

‎.github/ISSUE_TEMPLATE/bug.yaml‎

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
name: Bug Report 🐞
2+
description: Create a report to help us improve
3+
title: "[Bug]: "
4+
labels: ["bug", "triage"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this bug report :)
10+
- Kindly **DO NOT** ask for instructions.
11+
- Use [Discussions](https://github.com/adityatelange/hugo-PaperMod/discussions) section if you have a query or doubts or any orther relevant question.
12+
- You may join [Discord community](https://discord.gg/ahpmTvhVmp) to interact with fellow contributors and users
13+
- Read project's [Wiki](https://github.com/adityatelange/hugo-PaperMod/wiki) for detailed documentation.
14+
- Read project's [FAQs](https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs) section for Frequently asked questions.
15+
- Search for previous [Issues](https://github.com/adityatelange/hugo-PaperMod/issues)/[Pull Requests](https://github.com/adityatelange/hugo-PaperMod/pulls) if this issue is already reported or fix has been created.
16+
- type: textarea
17+
id: what_happened
18+
attributes:
19+
label: What happened?
20+
description: Also tell us, what did you expect to happen?
21+
placeholder: A bug happened! Here are the screenshots.. Tell us what you see!
22+
validations:
23+
required: true
24+
- type: textarea
25+
id: steps_to_reproduce
26+
attributes:
27+
label: Steps to reproduce
28+
description: How to reproduce this issue. Here are the steps...
29+
placeholder: |
30+
1. Go to '...'
31+
2. Click on '....'
32+
3. Scroll down to '....'
33+
4. See error
34+
validations:
35+
required: true
36+
- type: dropdown
37+
id: hugo_version
38+
attributes:
39+
label: Hugo Version
40+
description: What version of Hugo are you running?
41+
options:
42+
- Hugo >= 0.112.4 (Recommended - Minimum version required for PaperMod)
43+
- Hugo < 0.112.4 (Incompatible - Not recommended to build PaperMod on lower verions)
44+
validations:
45+
required: true
46+
- type: input
47+
id: papermod_version
48+
attributes:
49+
label: PaperMod Version
50+
description: What version of PaperMod are you running?
51+
placeholder: |
52+
PaperMod v7.0 or
53+
Branch master or
54+
Commit-id: 3f50861a0ced88f9b614a43662edeb4c0bc45da8
55+
validations:
56+
required: true
57+
- type: dropdown
58+
id: browser_type
59+
attributes:
60+
label: What kind of devices are you seeing the problem on?
61+
multiple: true
62+
options:
63+
- Mobile
64+
- Desktop
65+
validations:
66+
required: false
67+
- type: dropdown
68+
id: browsers
69+
attributes:
70+
label: What browsers are you seeing the problem on?
71+
multiple: true
72+
options:
73+
- Firefox
74+
- Chrome
75+
- Safari
76+
- Microsoft Edge
77+
validations:
78+
required: false
79+
- type: input
80+
id: browser_version
81+
attributes:
82+
label: Browser Version
83+
description: Please add browser version or enter user agent string (navigator.userAgent)
84+
placeholder: ex. Google Chrome 86.0
85+
validations:
86+
required: false
87+
- type: textarea
88+
id: logs
89+
attributes:
90+
label: Relevant log output
91+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
92+
render: shell
93+
validations:
94+
required: true
95+
- type: input
96+
id: repo_url
97+
attributes:
98+
label: Repository/Source Code link where this issue can be reproduced
99+
description: Please add url of the repository where this issue can be reproduced
100+
placeholder: https://github.com/<username>/<repo name>
101+
validations:
102+
required: false
103+
- type: checkboxes
104+
id: terms
105+
attributes:
106+
label: Code of Conduct
107+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/adityatelange/hugo-PaperMod?tab=coc-ov-file#readme).
108+
options:
109+
- label: I agree to follow this project's Code of Conduct
110+
required: true
111+
validations:
112+
required: true

‎.github/ISSUE_TEMPLATE/bug_report.md‎

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)