deno.land / x / mongoose@6.7.5 / .github / ISSUE_TEMPLATE / bug.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
65
66
67
68
69
70
71
name: 🪲 Bug reportdescription: Create a report to help us improve
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 bug has not already been reported required: true
- type: input id: mongoose-version attributes: label: Mongoose version placeholder: 6.x.x validations: required: true
- type: input id: node-version attributes: label: Node.js version placeholder: 14.x validations: required: true - type: input id: mongo-version attributes: label: MongoDB server version placeholder: 5.x validations: required: true
- type: input id: typescript-version attributes: label: Typescript version (if applicable) placeholder: 4.8.x validations: required: false
- type: textarea id: description attributes: label: Description description: A clear and concise description of what the bug 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