Skip to content

Commit 8e65e6d

Browse files
committed
Refile issue templates
1 parent 4ffbef3 commit 8e65e6d

File tree

5 files changed

+78
-20
lines changed

5 files changed

+78
-20
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
name: Bug Report
2+
description: Did something not work as expected?
3+
title: "[Bug]: "
4+
labels: ["bug"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Did something not work as expected?
10+
11+
- type: textarea
12+
id: what-happend
13+
attributes:
14+
label: What were you trying to do?
15+
description: Also tell us, what did you expect to happen?
16+
validations:
17+
required: true
18+
19+
- type: textarea
20+
id: logs
21+
attributes:
22+
label: What did you end up with?
23+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
24+
placeholder: logs, or, even better, example apps are great!
25+
render: shell
26+
validations:
27+
required: false
28+
29+
- type: input
30+
id: rails-versions
31+
attributes:
32+
label: What Rails versions are you running?
33+
description: How can we get in touch with you if we need more info?
34+
placeholder: ex) 7.0, 7.1
35+
validations:
36+
required: false
37+
38+
- type: input
39+
id: administrate-versions
40+
attributes:
41+
label: What Administrate versions are you running?
42+
description: How can we get in touch with you if we need more info?
43+
placeholder: ex) 1.0.0, 0.20.1
44+
validations:
45+
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: true

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: Feature Request
2+
description: Is there something new you'd like to see in administrate?
3+
title: "[Feat]: "
4+
labels: ["feature-request"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Is there something new you'd like to see in administrate?
10+
11+
- type: textarea
12+
id: what-would-you-want
13+
attributes:
14+
label: What would you like to be able to do?
15+
description: Also tell us, can you provide some examples?
16+
validations:
17+
required: true
18+
19+
- type: textarea
20+
id: how-could-we-go
21+
attributes:
22+
label: How could we go about implementing that?
23+
validations:
24+
required: false
25+
26+
- type: checkboxes
27+
id: other-approaches
28+
attributes:
29+
label: Can you think of other approaches to the problem?
30+
options:
31+
- label: Yes, I can.
32+
required: true

0 commit comments

Comments
 (0)