diff --git a/.github/ISSUE_TEMPLATE/low_no_code_task.yml b/.github/ISSUE_TEMPLATE/low_no_code_task.yml new file mode 100644 index 0000000..afa377b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/low_no_code_task.yml @@ -0,0 +1,31 @@ +name: ✨ Low- and No-Code Task +description: Suggest a task for low- or no-code. +title: "[SUBJECT]:" +labels: ["needs-triage"] +body: + - type: markdown + attributes: + value: | + Thanks for helping improve the Mautic through low- and no-code contribution! Please fill out the details below. + + - type: textarea + id: description + attributes: + label: Description + description: Please describe the task. + placeholder: "e.g., Write content for a blog post about [subject]." + validations: + required: true + + - type: dropdown + id: willingness-to-pr + attributes: + label: Are you willing to help us work on the task and make a pull request? + description: Contributing a pull request is the fastest way to get this done. + options: + - "— Select an option —" + - "No" + - "Yes" + - "Yes, but I need help" + validations: + required: true \ No newline at end of file diff --git a/.github/pull_request_template.yml b/.github/pull_request_template.yml new file mode 100644 index 0000000..b4b5d33 --- /dev/null +++ b/.github/pull_request_template.yml @@ -0,0 +1,29 @@ +## Description + + + + + + +## Linked issue + + + + + \ No newline at end of file