You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for taking the time to fill out this feature request! Please make sure to search the existing issues in this repository to see if your feature has already been requested.
11
+
- type: input
12
+
id: version
13
+
attributes:
14
+
label: Snipe-IT Version
15
+
description: What version of Snipe-IT are you seeing this issue on? You can find the version number in the footer of any page in Snipe-IT.
16
+
placeholder: ex. v8.3.1 - build 19577 (master)
17
+
validations:
18
+
required: true
19
+
- type: textarea
20
+
id: feature-description
21
+
attributes:
22
+
label: How can we help?
23
+
description: Let us know in detail what feature you'd like to see added. While we can't promise to implement every feature request, we do read every one and take them into consideration when planning future releases.
24
+
placeholder: Tell us what you want!
25
+
value: "Something really cool"
26
+
validations:
27
+
required: true
28
+
- type: checkboxes
29
+
id: terms
30
+
attributes:
31
+
label: Code of Conduct
32
+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/grokability/snipe-it/blob/master/CODE_OF_CONDUCT.md).
33
+
options:
34
+
- label: I agree to follow this project's Code of Conduct
0 commit comments