Skip to content

Commit 074fb06

Browse files
committed
chore: add isuee templates
1 parent 29d09e5 commit 074fb06

File tree

5 files changed

+54
-0
lines changed

5 files changed

+54
-0
lines changed

.github/ISSUE_TEMPLATE/10-feature.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: 🚀 Feature
3+
about: You have an idea for a new capability or a refinement to an existing one
4+
title: ''
5+
labels: type/feat
6+
assignees: ''
7+
---
8+
9+
#### Perceived Problem
10+
11+
#### Ideas / Proposed Solution(s)

.github/ISSUE_TEMPLATE/20-bug.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: 🐛 Bug
3+
about: You encountered something that is not working the way it should
4+
title: ''
5+
labels: type/bug
6+
assignees: ''
7+
---
8+
9+
#### Screenshot
10+
11+
#### Description
12+
13+
#### Reproduction Steps/Repo Link

.github/ISSUE_TEMPLATE/30-docs.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: 📗 Docs
3+
about: You have feedback or ideas about the documentation
4+
title: ''
5+
labels: type/docs
6+
assignees: ''
7+
---
8+
9+
#### Perceived Problem
10+
11+
#### Ideas / Proposed Solution(s)
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: 🤷‍♂️ Something Else
3+
about: You have something to say that doesn't obviously fit another category here
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
---
8+
9+
#### What
10+
11+
#### Why
12+
13+
#### How

.github/ISSUE_TEMPLATE/config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#configuring-the-template-chooser
2+
blank_issues_enabled: false
3+
contact_links:
4+
- name: ✋ Question
5+
about: You have a question about something you're not sure about
6+
url: https://github.com/jasonkuhrt/graphql-request/discussions/new

0 commit comments

Comments
 (0)