From a252e8718fde2365c4f2d4ab82bf011bbe1f8ab0 Mon Sep 17 00:00:00 2001 From: fvrmr <77000924+fvrmr@users.noreply.github.com> Date: Tue, 20 Apr 2021 18:13:24 +0200 Subject: [PATCH] Update issue forms Removed issue-body in bugreport.yaml and featurerequest.yaml Added config file: can't create a blank issue and added contact link to ultimaker community. --- .github/ISSUE_TEMPLATE/bugreport.yaml | 1 - .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .github/ISSUE_TEMPLATE/featurerequest.yaml | 1 - 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bugreport.yaml b/.github/ISSUE_TEMPLATE/bugreport.yaml index fc27f1f38b..97fb63d468 100644 --- a/.github/ISSUE_TEMPLATE/bugreport.yaml +++ b/.github/ISSUE_TEMPLATE/bugreport.yaml @@ -1,7 +1,6 @@ name: Bug Report description: Create a report to help us fix issues. labels: "Type: Bug" -issue_body: true body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..213a5e0bec --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Have questions or need support? + url: https://community.ultimaker.com/ + about: Please get in touch on our Ultimaker Community Forum! \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/featurerequest.yaml b/.github/ISSUE_TEMPLATE/featurerequest.yaml index 411ce8bceb..3354fe26ce 100644 --- a/.github/ISSUE_TEMPLATE/featurerequest.yaml +++ b/.github/ISSUE_TEMPLATE/featurerequest.yaml @@ -1,7 +1,6 @@ name: Feature Request description: Suggest an idea for this project. labels: "Type: New Feature" -issue_body: true body: - type: markdown attributes: