mirror of
https://github.com/tiennm99/coolify.git
synced 2026-09-05 02:19:20 +00:00
Route production builds, releases, and changelog generation through `main`, update contribution guidance for main/next branch targets, and cover the branch policy in workflow tests.
19 lines
921 B
YAML
19 lines
921 B
YAML
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. Feature code should branch from `next` and target `next`.
|
|
|
|
- name: ⚙️ Service Request
|
|
url: https://github.com/coollabsio/coolify/discussions/categories/service-requests
|
|
about: Request a new service integration for Coolify. Service code should branch from `next` and target `next`.
|
|
|
|
- name: 🔧 Improvements
|
|
url: https://github.com/coollabsio/coolify/discussions/categories/improvements
|
|
about: Suggest improvements to existing features. Small fixes should target `main`; larger changes should target `next`.
|