Skip to content

Commit 19d6581

Browse files
author
Cristy
committed
improve templates
1 parent 87ebcfa commit 19d6581

File tree

6 files changed

+95
-58
lines changed

6 files changed

+95
-58
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
body:
2+
- type: input
3+
attributes:
4+
label: MagickCache version
5+
placeholder: 1.X.X-X
6+
validations:
7+
required: true
8+
- type: input
9+
attributes:
10+
label: Operating system, version and so on
11+
validations:
12+
required: true
13+
- type: textarea
14+
attributes:
15+
label: Description
16+
validations:
17+
required: true

.github/DISCUSSION_TEMPLATE/help.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
body:
2+
- type: input
3+
attributes:
4+
label: MagickCache version
5+
placeholder: 1.X.X-X
6+
validations:
7+
required: true
8+
- type: input
9+
attributes:
10+
label: Operating system, version and so on
11+
validations:
12+
required: true
13+
- type: textarea
14+
attributes:
15+
label: Description
16+
validations:
17+
required: true

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
name: Bug report
2+
description: Create a report to help us improve
3+
body:
4+
- type: input
5+
attributes:
6+
label: MagickCache version
7+
placeholder: 1.X.X-X
8+
validations:
9+
required: true
10+
- type: dropdown
11+
attributes:
12+
label: Operating system
13+
options:
14+
- Linux
15+
- Windows
16+
- MacOS
17+
- Other (enter below)
18+
validations:
19+
required: true
20+
- type: input
21+
attributes:
22+
label: Operating system, version and so on
23+
validations:
24+
required: true
25+
- type: textarea
26+
attributes:
27+
label: Description
28+
description: A description of the bug or feature.
29+
validations:
30+
required: true
31+
- type: textarea
32+
attributes:
33+
label: Steps to Reproduce
34+
description: List of steps, sample code, failing test or link to a project that reproduces the behavior. Make sure you place a stack trace inside a code (```) block to avoid linking unrelated issues.
35+
validations:
36+
required: true
37+
- type: textarea
38+
attributes:
39+
label: Images
40+
description: Please upload images that can be used to reproduce issues in the area below. If the file type is not supported the file can be zipped and then uploaded instead.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 38 deletions
This file was deleted.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Feature request
2+
description: Suggest an idea for this project
3+
body:
4+
- type: textarea
5+
attributes:
6+
label: Is your feature request related to a problem? Please describe.
7+
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
8+
- type: textarea
9+
attributes:
10+
label: Describe the solution you'd like
11+
description: A clear and concise description of what you want to happen.
12+
validations:
13+
required: true
14+
- type: textarea
15+
attributes:
16+
label: Describe alternatives you've considered
17+
description: A clear and concise description of any alternative solutions or features you've considered.
18+
- type: textarea
19+
attributes:
20+
label: Additional context
21+
description: Add any other context or screenshots about the feature request here.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)