Skip to content

Commit 7d09c81

Browse files
Merge pull request #539 from Automattic/elijah-potter-patch-1
feat: issue templates
2 parents 52f1359 + cb7f796 commit 7d09c81

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Platform**
27+
What platform has the issue? Is it in Obsidian, Neovim, or Visual Studio Code? Something else?
28+
29+
**Additional context**
30+
Add any other context about the problem here.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Report Grammatical Error
3+
about: If a grammatical error is not found by Harper, let us tus now
4+
title: ''
5+
labels: enhancement, harper-core, linting
6+
assignees: ''
7+
8+
---
9+
10+
## Description
11+
12+
Give a detailed description of the grammatical error Harper should be able to find.
13+
14+
## Resources
15+
16+
If there are any resources online we can reference that described grammatical rules, let us know.
17+
18+
## Examples
19+
20+
Please provide at least three examples of the grammatical error in real text.

0 commit comments

Comments
 (0)