Skip to content

Commit 4829e78

Browse files
authored
Update issue templates
1 parent 7feb264 commit 4829e78

File tree

4 files changed

+86
-40
lines changed

4 files changed

+86
-40
lines changed

β€Ž.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 38 deletions
This file was deleted.
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
---
2+
name: "\U0001F41E Bug report"
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
- type: markdown
11+
attributes:
12+
value: >
13+
**Thanks for taking the time to fill out this bug report!**
14+
15+
- id: summary
16+
type: textarea
17+
attributes:
18+
label: Bug expectation
19+
description: What do you expect to happen? What actually happened instead?
20+
placeholder: |
21+
I expected ...
22+
23+
What happened instead was ...
24+
validations:
25+
required: true
26+
- id: mvce
27+
type: textarea
28+
attributes:
29+
label: Minimal, reproducible example
30+
description: >
31+
Provide a [minimal, reproducible
32+
example](https://stackoverflow.com/help/minimal-reproducible-example).
33+
*No need for backticks β€” this automatically gets formatted into code.*
34+
render: TypeScript
35+
validations:
36+
required: true
37+
- id: error
38+
type: input
39+
attributes:
40+
label: Error string
41+
description: >
42+
Provide the bug's error. **If the script
43+
does not throw**, write `no error` (case insensitive).
44+
placeholder: Something went wrong
45+
validations:
46+
required: true
47+
- id: x-crawl-version
48+
type: input
49+
attributes:
50+
label: x-crawl version
51+
description: |
52+
What version of x-crawl are you running? *This must be a valid semver
53+
tag.*
54+
validations:
55+
required: true
56+
- id: node-version
57+
type: input
58+
attributes:
59+
label: Node version
60+
description: |
61+
What supported version of Node.js are you running? *This must be a valid
62+
semver tag.*
63+
validations:
64+
required: true
65+
- id: pkg-mgr
66+
type: dropdown
67+
attributes:
68+
label: Package manager
69+
description: What package manager are you running?
70+
options:
71+
- npm
72+
- yarn
73+
- pnpm
74+
validations:
75+
required: true
76+
- id: pkg-mgr-version
77+
type: input
78+
attributes:
79+
label: Package manager version
80+
description: |
81+
What version of the package manager are you running? *This must be a
82+
valid semver tag.*
83+
validations:
84+
required: true

β€Ž.github/ISSUE_TEMPLATE/custom.md renamed to β€Ž.github/ISSUE_TEMPLATE/πŸ–‹οΈ-custom-issue-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Custom issue template
2+
name: "\U0001F58B️ Custom issue template"
33
about: Describe this issue template's purpose here.
44
title: ''
55
labels: ''

β€Ž.github/ISSUE_TEMPLATE/feature_request.md renamed to β€Ž.github/ISSUE_TEMPLATE/πŸš€-new-feature-proposal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Feature request
2+
name: "\U0001F680 New feature proposal"
33
about: Suggest an idea for this project
44
title: ''
55
labels: ''

0 commit comments

Comments
Β (0)