Skip to content

Commit 565c384

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

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug_report.yml

+61
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
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+
options:
39+
- label: I am building using file-based configuration (netlify.toml)
40+
- type: dropdown
41+
id: which-os
42+
attributes:
43+
label: What OS are you using?
44+
description: (If you're using the CLI) What OS are you using?
45+
options:
46+
- Windows
47+
- Mac OS
48+
- Linux
49+
- Other
50+
- type: textarea
51+
id: netlify-toml
52+
attributes:
53+
label: Your `netlify.toml` file
54+
description: (If you're using file-based config) Please provide a copy of your `netlify.toml` file.
55+
render: shell
56+
validations:
57+
required: true
58+
- type: textarea
59+
id: logs
60+
attributes:
61+
label: Relevant log output (or link to your logs)

0 commit comments

Comments
 (0)