diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml new file mode 100644 index 000000000..0f5a22d35 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -0,0 +1,31 @@ +name: Bug report +description: Create a new bug report +title: '[Bug]: ' +body: + - 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 + validations: + required: true + - type: textarea + attributes: + label: Exception or Error + description: Please provide error logs if possible. + - type: input + attributes: + label: Version + description: Coolify's version (see bottom left corner). + validations: + required: true + - type: markdown + attributes: + value: >- + This template was generated with [Issue Forms + Creator](https://issue-forms-creator.netlify.app) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..2d354057e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: 🤔 Community Support (Chat) + url: https://coollabs.io/discord + about: Reach out to us on Discord. + - name: 🙋‍♂️ Feature Requests + url: https://github.com/coollabsio/coolify/discussions/categories/feature-requests-ideas + about: All feature requests will be discussed here.