From 88581c898356e7292f999890a8aa6fff29e650ad Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 7 Jun 2024 10:28:43 +0200 Subject: [PATCH] Update BUG_REPORT.yml --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 6e81f993d..5ee5c3970 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -1,17 +1,28 @@ name: Bug report -description: Create a new bug report +description: 'Create a new bug report.' title: '[Bug]: ' body: + - type: markdown + attributes: + value: >- + # 💎 Bounty program (with + [algora.io](https://console.algora.io/org/coollabsio/bounties/new)) + + + If you would like to prioritize the issue resolution, you can add bounty + to this issue. + + + Click [here](https://console.algora.io/org/coollabsio/bounties/new) to + get started. - type: textarea attributes: label: Description description: A clear and concise description of the problem - validations: - required: true - type: textarea attributes: label: Minimal Reproduction (if possible, example repository) - description: Please provide a step by step guide to reproduce the issue + description: Please provide a step by step guide to reproduce the issue. validations: required: true - type: textarea