Skip to content

Commit b0547a7

Browse files
committed
chore: add bug report form
1 parent 36b92d0 commit b0547a7

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug_report.yml

+60
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
name: Bug Report
2+
description: Create a report to help us improve
3+
title: '[Bug]: '
4+
labels: ['type: bug']
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this bug report!
10+
- type: textarea
11+
id: steps-to-reproduce
12+
attributes:
13+
label: Steps to reproduce
14+
description: Steps to reproduce the behavior
15+
placeholder: |
16+
1. Go to '...'
17+
2. Click on '....'
18+
3. Scroll down to '....'
19+
4. See error
20+
validations:
21+
required: true
22+
- type: input
23+
id: link-to-reproduction
24+
attributes:
25+
label: A link to a reproduction repository
26+
description: The fastest way to describe your bug is to provide a reproduction repository.
27+
placeholder: https://github.com/project/link-to-your-reproduction-repo
28+
- type: markdown
29+
attributes:
30+
value: |
31+
Check out [CONTRIBUTING.md](https://github.com/netlify/netlify-plugin-nextjs/blob/main/CONTRIBUTING.md#what-is-a-reproducible-test-case) for advice on producing a reproduction repo.
32+
- type: checkboxes
33+
id: more-info
34+
attributes:
35+
label: More information about your build
36+
options:
37+
- label: I am building using the CLI
38+
- label: I am building using file-based configuration (netlify.toml)
39+
- type: dropdown
40+
id: which-os
41+
attributes:
42+
label: What OS are you using?
43+
description: (If you're using the CLI) What OS are you using?
44+
options:
45+
- Windows
46+
- Mac OS
47+
- Linux
48+
- Other
49+
- type: textarea
50+
id: netlify-toml
51+
attributes:
52+
label: Your `netlify.toml` file
53+
description: (If you're using file-based config) Please provide a copy of your `netlify.toml` file.
54+
render: shell
55+
validations:
56+
required: true
57+
- type: textarea
58+
id: logs
59+
attributes:
60+
label: Relevant log output (or link to your logs)

0 commit comments

Comments
 (0)