deno.land / x / mongoose@6.7.5 / .github / ISSUE_TEMPLATE / performance.yml

performance.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
name: 🦥 Performance issuedescription: Report a performance issuelabels: ['performance']
body: - type: checkboxes id: prerequisites attributes: label: Prerequisites options: - label: I have written a descriptive issue title required: true - label: | I have searched existing issues to ensure the performance issue has not already been reported required: true
- type: input id: working-version attributes: label: Last performant version placeholder: 1.x.x validations: required: true
- type: input id: stopped-working-version attributes: label: Slowed down in version placeholder: 2.x.x validations: required: true
- type: input id: node-version attributes: label: Node.js version placeholder: 14.x validations: required: true
- type: textarea id: description attributes: label: 🦥 Performance issue description: A clear and concise description of what the performance issue is. validations: required: true
- type: textarea id: steps-to-reproduce attributes: label: Steps to Reproduce description: | List of steps, sample code, or a link to code or a project that reproduces the behavior. Make sure you place a stack trace inside a [code (```) block](https://docs.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks) to avoid linking unrelated issues. validations: required: true
- type: textarea id: expected-behavior attributes: label: Expected Behavior description: A clear and concise description of what you expected to happen.
mongoose

Version Info

Tagged at
a year ago