mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
chore(repo): add new GitHub Issue templates
This commit is contained in:
parent
fa604f8964
commit
25ffcf84f1
3 changed files with 120 additions and 0 deletions
65
.github/ISSUE_TEMPLATE/01_BUG_REPORT.yml
vendored
Normal file
65
.github/ISSUE_TEMPLATE/01_BUG_REPORT.yml
vendored
Normal 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.
|
||||
37
.github/ISSUE_TEMPLATE/02_ENHANCEMENT_BOUNTY.yml
vendored
Normal file
37
.github/ISSUE_TEMPLATE/02_ENHANCEMENT_BOUNTY.yml
vendored
Normal 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
18
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal 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.
|
||||
Loading…
Reference in a new issue