mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-30 12:45:10 +08:00
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.
This commit is contained in:
parent
7e98fb7fb0
commit
a252e8718f
1
.github/ISSUE_TEMPLATE/bugreport.yaml
vendored
1
.github/ISSUE_TEMPLATE/bugreport.yaml
vendored
@ -1,7 +1,6 @@
|
|||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: Create a report to help us fix issues.
|
description: Create a report to help us fix issues.
|
||||||
labels: "Type: Bug"
|
labels: "Type: Bug"
|
||||||
issue_body: true
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -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!
|
1
.github/ISSUE_TEMPLATE/featurerequest.yaml
vendored
1
.github/ISSUE_TEMPLATE/featurerequest.yaml
vendored
@ -1,7 +1,6 @@
|
|||||||
name: Feature Request
|
name: Feature Request
|
||||||
description: Suggest an idea for this project.
|
description: Suggest an idea for this project.
|
||||||
labels: "Type: New Feature"
|
labels: "Type: New Feature"
|
||||||
issue_body: true
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user