diff --git a/.github/ISSUE_TEMPLATE/template-task.yml b/.github/ISSUE_TEMPLATE/template-task.yml index 7b715e8..562fc56 100644 --- a/.github/ISSUE_TEMPLATE/template-task.yml +++ b/.github/ISSUE_TEMPLATE/template-task.yml @@ -5,25 +5,24 @@ labels: "Engine: Independent, Priority: Medium, OS: Independent, Status: Availab body: - type: markdown attributes: - value: "Thanks for taking the time to fill out this Task!" + value: Thanks for taking the time to fill out this Task! - type: input id: contact-feature attributes: - label: "Contact Details (optional)" - description: "How can we get in touch with you if we need more info?" - placeholder: "ex. email@example.com" + label: Contact Details (optional) + description: How can we get in touch with you if we need more info? + placeholder: ex. email@example.com validations: required: false - type: textarea id: have-task attributes: - label: "Tell us more about your task" - description: "Tell us what you want from the project and the developers?" - placeholder: "Tell us about your task!" - value: "I have an task!" + label: Tell us more about your task + description: "Tell us what you want from the project and the developers? + placeholder: Tell us about your task! + value: I have an task! validations: required: true - type: markdown - id: markdown-feature-thanks attributes: - value: "Thanks for completing our form!" + value: Thanks for completing our form!