feat/Github Issue templates
This commit is contained in:
parent
16d4b4508f
commit
4ac671f646
|
|
@ -1,19 +0,0 @@
|
||||||
name: "🙏🏻 Installation Problem"
|
|
||||||
description: "Report an issue with installation"
|
|
||||||
title: "Installation Problem"
|
|
||||||
labels: ["type: installation"]
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: For installation issues, please visit our [Discord Support](https://discord.postiz.com) for assistance.
|
|
||||||
- type: textarea
|
|
||||||
id: feature-description
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
attributes:
|
|
||||||
label: For installation issues, please visit our https://discord.postiz.com for assistance.
|
|
||||||
description: For installation issues, please visit our [Discord Support](https://discord.postiz.com) for assistance.
|
|
||||||
placeholder: |
|
|
||||||
For installation issues, please visit our https://discord.postiz.com for assistance.
|
|
||||||
Please do not save this issue - do not submit installation issues on GitHub.
|
|
||||||
|
|
||||||
|
|
@ -0,0 +1,14 @@
|
||||||
|
# Disable the default option to open a blank issue
|
||||||
|
blank_issues_enabled: true
|
||||||
|
|
||||||
|
# Define your custom links
|
||||||
|
contact_links:
|
||||||
|
# The first link definition
|
||||||
|
- name: 🙏 Installation Issue
|
||||||
|
url: https://discord.postiz.com
|
||||||
|
about: If you have an installation / configuration issue.
|
||||||
|
|
||||||
|
# You can add more links if needed
|
||||||
|
- name: Security Issue
|
||||||
|
url: https://github.com/gitroomhq/postiz-app/security/advisories/new
|
||||||
|
about: Please submit security Issues our GitHub Security Advisories.
|
||||||
Loading…
Reference in New Issue