From b09a4473e36c7883485d27335b047acb81247548 Mon Sep 17 00:00:00 2001 From: Ayu Adiati Date: Tue, 28 Oct 2025 11:20:21 +0100 Subject: [PATCH 1/2] add issue template --- .github/ISSUE_TEMPLATE/low_no_code_task.yml | 31 +++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/low_no_code_task.yml 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 From d0d450cdd1bc41462e5abb03d156fc8a6efa5615 Mon Sep 17 00:00:00 2001 From: Ayu Adiati Date: Tue, 28 Oct 2025 11:31:06 +0100 Subject: [PATCH 2/2] add pr template --- .github/pull_request_template.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/pull_request_template.yml 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