Skip to content

Commit 3acafb5

Browse files
committed
Improve issue templates
1 parent c646bbb commit 3acafb5

4 files changed

Lines changed: 67 additions & 38 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: Bug report
2+
description: Create a report to help us improve.
3+
title: '[Bug] '
4+
5+
body:
6+
- type: textarea
7+
attributes:
8+
label: Description
9+
description: >-
10+
Describe the issue clearly to help us investigate.
11+
value: |
12+
<!--
13+
14+
Before filing a new issue, please search the wiki at https://github.com/MarkEdit-app/MarkEdit/wiki and review closed issues at https://github.com/MarkEdit-app/MarkEdit/issues?q=is%3Aissue+is%3Aclosed first.
15+
16+
Please open issues in English so that more people can understand them and contribute effectively.
17+
18+
Please also make sure you are using the latest build from https://github.com/MarkEdit-app/MarkEdit/releases and include your macOS version in the report.
19+
20+
Screenshots or screen recordings are highly helpful as well. Thank you.
21+
22+
-->
23+
validations:
24+
required: true
25+
26+
- type: input
27+
attributes:
28+
label: MarkEdit Version
29+
validations:
30+
required: true
31+
32+
- type: input
33+
attributes:
34+
label: macOS Version
35+
validations:
36+
required: true

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: Feature request
2+
description: Suggest an idea for this project.
3+
title: '[Feature Request] '
4+
5+
body:
6+
- type: textarea
7+
attributes:
8+
label: Description
9+
description: >-
10+
Suggest an idea for this project.
11+
value: |
12+
<!--
13+
14+
Before submitting, please search both the wiki:
15+
https://github.com/MarkEdit-app/MarkEdit/wiki
16+
17+
and existing closed issues:
18+
https://github.com/MarkEdit-app/MarkEdit/issues?q=is%3Aissue+is%3Aclosed
19+
20+
For example, we do not plan to add a "WYSIWYG" mode.
21+
22+
Please open issues in English so that more people in the community can understand and contribute.
23+
24+
Please also check the Customization guide to see whether your request can already be achieved through user scripts or custom style sheets:
25+
https://github.com/MarkEdit-app/MarkEdit/wiki/Customization
26+
27+
Please keep expectations modest regarding new feature requests, as we intentionally aim to keep the app simple and focused.
28+
29+
-->
30+
validations:
31+
required: true

0 commit comments

Comments
 (0)