Skip to content

Commit ede74ad

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents 27542a8 + d9773f1 commit ede74ad

File tree

2 files changed

+43
-8
lines changed

2 files changed

+43
-8
lines changed

.github/ISSUE_TEMPLATE/Bug-Report.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,14 @@ body:
7979
label: Common Issues
8080
description: Please make sure you have done the following before submitting your issue.
8181
options:
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
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
9090
- type: checkboxes
9191
id: terms
9292
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)