From 49aec558b80460085bb8629c2e64242c187295a1 Mon Sep 17 00:00:00 2001 From: Charlie Brown Date: Thu, 8 Feb 2024 12:06:43 -0600 Subject: [PATCH] Add config for issue templates (#2791) --- .github/ISSUE_TEMPLATE/bug_report.yml | 10 +++++----- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- .github/ISSUE_TEMPLATE/question.yml | 2 +- 4 files changed, 12 insertions(+), 7 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a64ce10a9..619f1853c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -40,8 +40,8 @@ body: You can use our preset [here](https://codesandbox.io/s/dj4f7t). - type: textarea - render: markdown attributes: + render: markdown label: Bug report description: | A clear and concise description of what the bug is. Please include any @@ -50,8 +50,8 @@ body: required: true - type: textarea - render: markdown attributes: + render: markdown label: Steps to reproduce placeholder: | Steps to reproduce the behavior: @@ -61,20 +61,20 @@ body: 4. See error - type: textarea - render: markdown attributes: + render: markdown label: Expected behavior description: A clear and concise description of what you expected to happen. - type: textarea - render: markdown attributes: + render: markdown label: Actual behavior description: A clear and concise description of what actually happened. - type: textarea - render: markdown attributes: + render: markdown label: Environment description: | examples: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..5d31fcfd9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Victory Issues Board + url: https://github.com/FormidableLabs/victory/issues + about: Please ask and answer questions here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 9f9d03c62..2d097c30d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -21,8 +21,8 @@ body: required: true - type: textarea - render: markdown attributes: + render: markdown label: Feature Request description: | **Is your feature request related to a problem? Please describe.** diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index cf988b8eb..c79612bd9 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -21,8 +21,8 @@ body: required: true - type: textarea - render: markdown attributes: + render: markdown label: Question description: | Any background information that might help us answer your questions.