Skip to content

Commit 9dafed4

Browse files
Add yml issue templates.
1 parent 385dd9a commit 9dafed4

File tree

4 files changed

+86
-61
lines changed

4 files changed

+86
-61
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

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

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
name: Bug report
2+
description: Create a report to help us improve orgmode
3+
labels: bug
4+
body:
5+
- type: textarea
6+
validations:
7+
required: true
8+
attributes:
9+
label: Describe the bug
10+
description: A clear description of what the bug is.
11+
- type: textarea
12+
validations:
13+
required: true
14+
attributes:
15+
label: Steps to reproduce
16+
description: |
17+
Steps to reproduce the problem.
18+
placeholder: |
19+
For example:
20+
1. Go to '...'
21+
2. Click on '....'
22+
3. Scroll down to '....'
23+
4. See error
24+
- type: textarea
25+
validations:
26+
required: true
27+
attributes:
28+
label: Expected behavior
29+
description: A brief description of what should happen.
30+
- type: textarea
31+
attributes:
32+
label: Emacs functionality
33+
description: If this functionality exists in Emacs Orgmode, explain how it works there.
34+
- type: textarea
35+
attributes:
36+
label: Screenshots and recordings
37+
description: |
38+
If applicable, add screenshots to help explain your problem. You can also record an asciinema session: https://asciinema.org/
39+
- type: input
40+
validations:
41+
required: true
42+
attributes:
43+
label: OS / Distro
44+
placeholder: e.g. Windows 10, Ubuntu 20.04, Arch Linux, macOS 10.15...
45+
- type: input
46+
validations:
47+
required: true
48+
attributes:
49+
label: Neovim version/commit
50+
description: Run `nvim --version` to check.
51+
placeholder: e.g. 0.5
52+
- type: textarea
53+
attributes:
54+
label: Additional context
55+
description: Add any other context about the problem here.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 27 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+
labels: enhancement
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
**NOTE**: If provided feature request is a separate plugin in emacs orgmode, and not part of the emacs orgmode core functionality,
9+
request will be most likely rejected. Anything that's a separate plugin in emacs orgmode should be a separate plugin in here.
10+
Any suggestions how to improve infrastructure for building plugins should be posted here: https://github.com/kristijanhusak/orgmode.nvim/issues/26
11+
- type: dropdown
12+
validations:
13+
required: true
14+
attributes:
15+
label: Does this feature exist in Emacs orgmode core?
16+
options:
17+
- 'Yes'
18+
- 'No'
19+
- 'N/A'
20+
- type: textarea
21+
attributes:
22+
label: Orgmode link
23+
description: If answer to first question is "Yes", please provide the link to the orgmode manual or any documentation related to the feature,
24+
- type: textarea
25+
attributes:
26+
label: Feature value
27+
description: If answer to first question is "No", elaborate on how this feature is valuable and what problem does it solve.,
28+
- type: textarea
29+
attributes:
30+
label: Additional context
31+
description: Add any other context about the problem here. This can be themes, plugins, custom settings...

0 commit comments

Comments
 (0)