Skip to content

Commit

Permalink
chore: add isuee templates
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Feb 18, 2023
1 parent 29d09e5 commit 074fb06
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/10-feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: 🚀 Feature
about: You have an idea for a new capability or a refinement to an existing one
title: ''
labels: type/feat
assignees: ''
---

#### Perceived Problem

#### Ideas / Proposed Solution(s)
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/20-bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: 🐛 Bug
about: You encountered something that is not working the way it should
title: ''
labels: type/bug
assignees: ''
---

#### Screenshot

#### Description

#### Reproduction Steps/Repo Link
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/30-docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: 📗 Docs
about: You have feedback or ideas about the documentation
title: ''
labels: type/docs
assignees: ''
---

#### Perceived Problem

#### Ideas / Proposed Solution(s)
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/99-something-else.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: 🤷‍♂️ Something Else
about: You have something to say that doesn't obviously fit another category here
title: ''
labels: ''
assignees: ''
---

#### What

#### Why

#### How
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 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
blank_issues_enabled: false
contact_links:
- name: ✋ Question
about: You have a question about something you're not sure about
url: https://github.com/jasonkuhrt/graphql-request/discussions/new

0 comments on commit 074fb06

Please sign in to comment.