Skip to content

Commit b8ef961

Browse files
author
Greg Hendershott
committed
Add issue templates
1 parent 436e016 commit b8ef961

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug-report.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Bug Report
3+
about: Report a problem with existing features
4+
labels: bug
5+
---
6+
7+
To help me help you, please:
8+
9+
1. Open any racket-mode or racket-repl-mode buffer.
10+
11+
2. <kbd>M-x</kbd> `racket-bug-report` <kbd>ENTER</kbd>.
12+
13+
3. Copy and paste that, here.

Diff for: .github/ISSUE_TEMPLATE/feature-request.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: Feature Request
3+
about: Suggest an idea for a new feature
4+
labels: enhancement
5+
---

Diff for: .github/ISSUE_TEMPLATE/question.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: Question
3+
about: Ask a question about how to use racket-mode
4+
labels: question
5+
---

0 commit comments

Comments
 (0)