From e3046698a53a795510aefd5c6df77a1b3ddbbd27 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Fri, 13 Sep 2024 17:42:19 +0200 Subject: [PATCH] Create ENHANCEMENT_BOUNTY.yml --- .github/ISSUE_TEMPLATE/ENHANCEMENT_BOUNTY.yml | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/ENHANCEMENT_BOUNTY.yml diff --git a/.github/ISSUE_TEMPLATE/ENHANCEMENT_BOUNTY.yml b/.github/ISSUE_TEMPLATE/ENHANCEMENT_BOUNTY.yml new file mode 100644 index 000000000..3273d25f1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ENHANCEMENT_BOUNTY.yml @@ -0,0 +1,41 @@ +name: 💎 Enhancement Bounty +description: "Propose a new feature, service, or improvement with an attached bounty." +title: "[Bounty]: " +labels: ["✨ Enhancement", "🔍 Triage"] +body: + - type: markdown + attributes: + value: | + # 💎 Add a Bounty (with [algora.io](https://console.algora.io/org/coollabsio/bounties/new)) + - This issue template is exclusively for proposing new features, services, or improvements with an attached bounty. + - [Click here to create a new bounty](https://console.algora.io/org/coollabsio/bounties/new). + + # Important + - **Please do not use this template unless you are adding a bounty to your request.** + - **Enhancements without a bounty can be discussed in the appropriate category of [Github Discussions](https://github.com/coollabsio/coolify/discussions).** + + - type: dropdown + attributes: + label: Request Type + description: Select the type of request you are making. + options: + - New Feature + - New Service + - Improvement + validations: + required: true + + - type: textarea + attributes: + label: Description + description: Provide a detailed description of the feature, improvement, or service you are proposing. + validations: + required: true + + - type: checkboxes + attributes: + label: Terms + description: "By submitting this issue, you agree to the following:" + options: + - label: I have added or will add a bounty to this request. + required: true