From 90acc9ab426cb511c8a4f8ed7c377df0afa8e570 Mon Sep 17 00:00:00 2001 From: Thomas Chamberlin Date: Tue, 5 Dec 2023 16:49:56 -0500 Subject: [PATCH 1/3] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 19 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..c3d37298 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,19 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +What is the bug? What did you expect to happen vs. what actually happened? + +**How to Reproduce** +Include a minimal example that reproduces your issue. This should probably be a brief snippet of Python code along with a traceback. Please format [using triple backticks](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#quoting-code). + +**Environment** +- Dysh version +- Python version +- OS diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..36cc5b3a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +**Feature description** +What problem are you trying to solve that you currently can't? What + +**Solution** +If you have an idea of how to solve the problem, please describe it! + +**Additional context** +Add any other context or screenshots about the feature request here. For example, if you can do the same thing in GBTIDL or another pipeline tool, tell us how it works there From 246e4e7038421819b61a8883b21ddb8b1ea0d6e2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 21:50:11 +0000 Subject: [PATCH 2/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 36cc5b3a..bd3ccc47 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -8,7 +8,7 @@ assignees: '' --- **Feature description** -What problem are you trying to solve that you currently can't? What +What problem are you trying to solve that you currently can't? What **Solution** If you have an idea of how to solve the problem, please describe it! From f0f7010da766ce9948fbed433f371e5607058406 Mon Sep 17 00:00:00 2001 From: Thomas Chamberlin Date: Tue, 5 Dec 2023 16:52:40 -0500 Subject: [PATCH 3/3] Tweak wording [noci] --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bd3ccc47..a083121a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -8,7 +8,7 @@ assignees: '' --- **Feature description** -What problem are you trying to solve that you currently can't? What +What problem are you trying to solve that you currently can't? **Solution** If you have an idea of how to solve the problem, please describe it!