Skip to content

Commit ea990b7

Browse files
committed
docs(ISSUE_TEMPLATES): initial version
1 parent fecb278 commit ea990b7

File tree

3 files changed

+47
-0
lines changed

3 files changed

+47
-0
lines changed

.github/ISSUE_TEMPLATE/01_bug.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
3+
name: "🐛 Bug Report"
4+
about: "If something isn't working as expected 🤔"
5+
labels: bug
6+
7+
---
8+
9+
<!-- Please replace all placeholders such as this below -->
10+
11+
**What happened?**
12+
13+
<!-- Describe the problem and how to reproduce it. Add screenshots or a link to your repository if helpful. Ideally create a reproducible test case on runkit.com (Example: https://runkit.com/gr2m/octokit-rest-js-1808) -->
14+
15+
**What did you expect to happen?**
16+
17+
<!-- Describe what you expected to happen instead -->
18+
19+
**What the problem might be**
20+
21+
<!-- If you have an idea where the bug might lie, please share here. Otherwise remove the whole section -->
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
3+
name: "🧚‍♂️ Feature Request"
4+
about: "Wouldn’t it be nice if 💭"
5+
labels: feature
6+
7+
---
8+
9+
<!-- Please replace all placeholders such as this below -->
10+
11+
**What’s missing?**
12+
13+
<!-- Describe your feature idea -->
14+
15+
**Why?**
16+
17+
<!-- Describe the problem you are facing -->
18+
19+
**Alternatives you tried**
20+
21+
<!-- Describe the workarounds you tried so far and how they worked for you -->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: 🆘 I need Help
4+
url: https://github.com/octokit/rest.js/discussions
5+
about: Got a question? An idea? Feedback? Start here.

0 commit comments

Comments
 (0)