Skip to content

Commit d9773f1

Browse files
committed
Added feature request form
Signed-off-by: snipe <[email protected]>
1 parent e09112f commit d9773f1

File tree

2 files changed

+43
-10
lines changed

2 files changed

+43
-10
lines changed

.github/ISSUE_TEMPLATE/Bug-Report.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ body:
4141
- install.sh
4242
- Hosted by Grokability
4343
- Other
44-
validations:
45-
required: true
4644
- type: textarea
4745
id: what-happened
4846
attributes:
@@ -81,14 +79,14 @@ body:
8179
label: Common Issues
8280
description: Please make sure you have done the following before submitting your issue.
8381
options:
84-
- label: I have searched this repo for existing issues related to my issue (including closed issues)
85-
required: true
86-
- label: My APP_URL is set correctly in my .env file (including http or https and no trailing slash)
87-
required: true
88-
- label: I have searched the official Snipe-IT documentation and have checked the Common Issues documentation (where applicable)
89-
required: true
90-
- label: I have run database migrations (where applicable).
91-
required: true
82+
- label: I have searched this repo for existing issues related to my issue (including closed issues)
83+
required: true
84+
- label: My APP_URL is set correctly in my .env file (including http or https and no trailing slash)
85+
required: true
86+
- label: I have searched the official Snipe-IT documentation and have checked the Common Issues documentation (where applicable)
87+
required: true
88+
- label: I have run database migrations (where applicable).
89+
required: true
9290
- type: checkboxes
9391
id: terms
9492
attributes:
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: Feature Request
2+
description: Request a new feature.
3+
title: "[Feature]: "
4+
projects: ["grokability/snipe-it"]
5+
type: feature
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
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
35+
required: true

0 commit comments

Comments
 (0)