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: