From e8360b83e912f10cae562e0a371d1acd5a3caa7b Mon Sep 17 00:00:00 2001 From: Ivan Blagoev Topolsky Date: Mon, 10 Jun 2024 14:53:08 +0200 Subject: [PATCH] Add issue templates --- .github/ISSUE_TEMPLATE/01_report_bug.md | 28 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/02_request_feature.md | 17 ++++++++++++ .github/ISSUE_TEMPLATE/03_ask.md | 5 ++++ .github/ISSUE_TEMPLATE/04_discuss.md | 5 ++++ .github/ISSUE_TEMPLATE/config.yml | 1 + 5 files changed, 56 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/01_report_bug.md create mode 100644 .github/ISSUE_TEMPLATE/02_request_feature.md create mode 100644 .github/ISSUE_TEMPLATE/03_ask.md create mode 100644 .github/ISSUE_TEMPLATE/04_discuss.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/01_report_bug.md b/.github/ISSUE_TEMPLATE/01_report_bug.md new file mode 100644 index 00000000..3e9e9522 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/01_report_bug.md @@ -0,0 +1,28 @@ +--- +name: 🐛 Report a bug +about: Tell us if something is broken or needs attention +labels: t:bug, help wanted, good first issue, needs triage +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior, e.g.: +1. V-pipe configuration file used '...' +2. Samples TSV file used '....' +3. Commands executed '.vpipe --core 4 ...' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. Linux, Mac OS] + - Version [e.g. v3.0.0, master branch] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/02_request_feature.md b/.github/ISSUE_TEMPLATE/02_request_feature.md new file mode 100644 index 00000000..2bcedb8f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/02_request_feature.md @@ -0,0 +1,17 @@ +--- +name: 🙋 Request a feature +about: Suggest an improvement, tell about your idea +labels: t:feat, help wanted, good first issue, needs triage +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when ... + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/03_ask.md b/.github/ISSUE_TEMPLATE/03_ask.md new file mode 100644 index 00000000..3dceabc5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/03_ask.md @@ -0,0 +1,5 @@ +--- +name: ❓ Ask +about: Ask a question about this project +labels: t:ask, needs triage +--- diff --git a/.github/ISSUE_TEMPLATE/04_discuss.md b/.github/ISSUE_TEMPLATE/04_discuss.md new file mode 100644 index 00000000..ec714d61 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/04_discuss.md @@ -0,0 +1,5 @@ +--- +name: 💬 Discuss +about: Talk to the team +labels: t:talk, needs triage +--- diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..3ba13e0c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false