chore(repo): add new GitHub Issue templates

This commit is contained in:
peaklabs-dev 2025-04-29 13:01:49 +02:00
parent fa604f8964
commit 25ffcf84f1
No known key found for this signature in database
3 changed files with 120 additions and 0 deletions

View file

@ -0,0 +1,65 @@
name: 🐞 Bug Report
description: "File a new bug report."
title: "[v5.x] "
type: Bug
labels: ["🔍 Triage"]
body:
- type: markdown
attributes:
value: |
## ⚠️ Important Prerequisites
Before submitting your bug report, please ensure the following:
- **Latest Version:** Verify you're using the latest version of Coolify. Check the `Latest` release [here](https://github.com/coollabsio/coolify/releases).
- **No Duplicate Issues:** Please search for existing/similar issues to avoid creating duplicates.
## 💎 Bounty Program
If you would like to prioritize the issue resolution, consider adding a bounty through our [Bounty Program](https://console.algora.io/org/coollabsio/bounties/new).
- type: textarea
attributes:
label: Error Message and Logs
description: Provide a detailed description of the error or exception you encountered, along with any relevant log output.
validations:
required: true
- type: textarea
attributes:
label: Steps to Reproduce
description: Please provide a step-by-step guide to reproduce the issue. Be as detailed as possible, otherwise we may not be able to assist you.
placeholder: |
1.
2.
3.
4.
5.
validations:
required: true
- type: input
attributes:
label: Example Repository URL
description: If applicable, provide a URL to a repository so that we can reproduce the issue.
- type: input
attributes:
label: Coolify Version
description: Please provide the Coolify version you are using. This can be found in the top left corner of your Coolify dashboard.
placeholder: v5.1.0
validations:
required: true
- type: dropdown
attributes:
label: Are you using Coolify Cloud?
options:
- "No (Self-hosted)"
- "Yes (Coolify Cloud)"
validations:
required: true
- type: textarea
attributes:
label: Additional Information
description: Additional details about the issue.

View file

@ -0,0 +1,37 @@
name: 💎 Enhancement Bounty
description: "Propose a new feature, improvement or service with an attached bounty."
title: "[v5.x] "
type: Enhancement
labels: ["🔍 Triage"]
body:
- type: markdown
attributes:
value: |
## ⚠️ Important Prerequisites
Before submitting your enhancement request, please ensure the following:
- **Bounty Required:** This template is exclusively for proposing enhancements with an attached bounty.
- **No Duplicate Issues:** Please search for existing/similar enhancement requests to avoid duplicates.
- **Discussion First:** For enhancements without a bounty, use [Github Discussions](https://github.com/coollabsio/coolify/discussions).
## 💎 Bounty Program
To proceed with your enhancement request, please add a bounty through our [Bounty Program](https://console.algora.io/org/coollabsio/bounties/new).
- type: dropdown
attributes:
label: Enhancement Type
description: Select the type of enhancement request you are making.
options:
- New Feature
- Improvement
- Service Request
validations:
required: true
- type: textarea
attributes:
label: Enhancement Description
description: Provide a detailed description of the feature, improvement or new service you are proposing.
validations:
required: true

18
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View file

@ -0,0 +1,18 @@
blank_issues_enabled: false
contact_links:
- name: 🤔 Questions and Community Support
url: https://coollabs.io/discord
about: If you have any questions, reach out to us on Discord inside the "support" channel.
- name: 💡 Feature Request
url: https://github.com/coollabsio/coolify/discussions/categories/feature-requests
about: Suggest a new feature for Coolify.
- name: 🔧 Improvements
url: https://github.com/coollabsio/coolify/discussions/categories/improvements
about: Suggest improvements to existing Coolify features.
- name: ⚙️ Service Request
url: https://github.com/coollabsio/coolify/discussions/categories/service-requests
about: Request a new service integration for Coolify.