File tree Expand file tree Collapse file tree 4 files changed +86
-40
lines changed Expand file tree Collapse file tree 4 files changed +86
-40
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
---
2
- name : Custom issue template
2
+ name : " \U0001F58B οΈ Custom issue template"
3
3
about : Describe this issue template's purpose here.
4
4
title : ' '
5
5
labels : ' '
Original file line number Diff line number Diff line change 1
1
---
2
- name : Feature request
2
+ name : " \U0001F680 New feature proposal "
3
3
about : Suggest an idea for this project
4
4
title : ' '
5
5
labels : ' '
You canβt perform that action at this time.
0 commit comments