From c743f43840a1b54d8086febf4aaba9278e17f04c Mon Sep 17 00:00:00 2001 From: nikspz <83953535+nikspz@users.noreply.github.com> Date: Tue, 23 Jul 2024 18:19:40 +0700 Subject: [PATCH 1/2] Create bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..402e86c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,24 @@ +name: Bug Report +description: Create a bug report to help us improve +title: "Bug Report" +labels: bug +body: + - type: textarea + id: what-happened + attributes: + label: Describe the bug + description: A clear and concise description of the bug or issue. + placeholder: Tell us what happened? Please make sure to add all screenshots and error message to help us investigate. + validations: + required: true + - type: textarea + id: reproduce + attributes: + label: Steps to reproduce bug + placeholder: Exact steps to reproduce the buggy behavior + value: | + 1. + 2. + 3. + validations: + required: true From 27d3d69f06dc106afe168dc8acc2aaa1e8956f93 Mon Sep 17 00:00:00 2001 From: nikspz <83953535+nikspz@users.noreply.github.com> Date: Tue, 23 Jul 2024 18:23:33 +0700 Subject: [PATCH 2/2] Create feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..b324bdc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,35 @@ +name: Feature request +description: Suggest an idea for this project 2.0 +title: "Feature request" +labels: enhancement +body: + - type: markdown + attributes: + value: | + ## **Before Submitting:** + * Please look on our GitHub issues to avoid duplicate tickets + * You can add additional `Labels` to triage this ticket + * For docs/ additional info please visit our [Discord server](https://discord.gg/hummingbot) and [Hummingbot docs](https://hummingbot.org/docs/) + - type: textarea + id: feature-suggestion + attributes: + label: Feature Suggestion + description: A clear and concise description of the feature request. If you have looked at the code and know exactly what code changes are needed then please consider submitting a pull request instead. + placeholder: How you want to achieve the desired behavior + validations: + required: true + - type: textarea + id: feature-impact + attributes: + label: Impact + description: A succinct description of why you want the desired behavior specified above. + placeholder: The desired behavior will allow me to.. + validations: + required: true + validations: + required: true + - type: textarea + id: feature-additional-context + attributes: + label: Additional context + description: Add any other context or screenshots about the feature request here (optional)