diff --git a/.github/ISSUE_TEMPLATE/10-feature.md b/.github/ISSUE_TEMPLATE/10-feature.md new file mode 100644 index 000000000..8cb9f2ee5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/10-feature.md @@ -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) diff --git a/.github/ISSUE_TEMPLATE/20-bug.md b/.github/ISSUE_TEMPLATE/20-bug.md new file mode 100644 index 000000000..bb9c7059d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/20-bug.md @@ -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 diff --git a/.github/ISSUE_TEMPLATE/30-docs.md b/.github/ISSUE_TEMPLATE/30-docs.md new file mode 100644 index 000000000..55ad001c0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/30-docs.md @@ -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) diff --git a/.github/ISSUE_TEMPLATE/99-something-else.md b/.github/ISSUE_TEMPLATE/99-something-else.md new file mode 100644 index 000000000..4032835f8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/99-something-else.md @@ -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 diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 000000000..3680df80c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -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