From 132a6d88302559bb44f76e3e21a1e2139c5319b5 Mon Sep 17 00:00:00 2001 From: Sebastian Beltran Date: Wed, 23 Oct 2024 18:26:44 -0500 Subject: [PATCH] add issue templates --- .github/ISSUE_TEMPLATE/1question.md | 16 ++++++++++++++++ .github/ISSUE_TEMPLATE/2bug_report.md | 13 +++++++++++++ .github/ISSUE_TEMPLATE/3documentation.yml | 22 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/4other.md | 4 ++++ 4 files changed, 55 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/1question.md create mode 100644 .github/ISSUE_TEMPLATE/2bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/3documentation.yml create mode 100644 .github/ISSUE_TEMPLATE/4other.md diff --git a/.github/ISSUE_TEMPLATE/1question.md b/.github/ISSUE_TEMPLATE/1question.md new file mode 100644 index 0000000..4634633 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1question.md @@ -0,0 +1,16 @@ +--- +name: Question +about: Seeking help or have a question about usage? +labels: question +--- + + diff --git a/.github/ISSUE_TEMPLATE/2bug_report.md b/.github/ISSUE_TEMPLATE/2bug_report.md new file mode 100644 index 0000000..ea68bfd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2bug_report.md @@ -0,0 +1,13 @@ +--- +name: Bug Report +about: Do you believe you have found a bug? +labels: bug +--- + + diff --git a/.github/ISSUE_TEMPLATE/3documentation.yml b/.github/ISSUE_TEMPLATE/3documentation.yml new file mode 100644 index 0000000..d3082ec --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3documentation.yml @@ -0,0 +1,22 @@ +name: Documentation issue +description: Report a possible issue in the documentation +labels: doc +body: + - type: markdown + attributes: + value: | + Thank you for submitting this issue! We'll try to triage it ASAP! + - type: textarea + id: description + attributes: + label: Description + description: Please provide a description of the issue + validations: + required: true + - type: textarea + id: expectations + attributes: + label: Expectations + description: Describe the expected behavior + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/4other.md b/.github/ISSUE_TEMPLATE/4other.md new file mode 100644 index 0000000..75fe05d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/4other.md @@ -0,0 +1,4 @@ +--- +name: Other +about: I have something that isn't a bug or a question +---