diff --git a/.github/ISSUE_TEMPLATE/clarification-request.yml b/.github/ISSUE_TEMPLATE/clarification-request.yml new file mode 100644 index 000000000..36b644d2a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/clarification-request.yml @@ -0,0 +1,35 @@ +name: Clarification Request +description: Create a report to help us improve the clarity of the Documentation +title: "[Clarification Request]: " +labels: [] +assignees: [] + +body: + - type: checkboxes + id: already_searched + attributes: + label: "Have you checked if this is already explained elsewhere in the documentation?" + options: + - label: "Yes, but I still need clarification." + required: true + - type: markdown + attributes: + value: "### Please fill in all required fields before submitting." + + - type: input + id: clarif_description + attributes: + label: "Describe the issue" + description: "A clear and concise description of what needs to be clarified." + placeholder: "Write your issue here..." + validations: + required: true # This prevents empty reports + + - type: textarea + id: clarif_fix + attributes: + label: "Proposed Clarification Steps" + description: "What should we change to clarify this section of the Documentation?" + placeholder: "Add your suggestion on how to clarify this section here..." + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..3e96265a9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Pterodactyl Discord Server + url: https://discord.gg/pterodactyl + about: For issues setting up and running Pterodactyl please go here diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml new file mode 100644 index 000000000..1d9dfe171 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -0,0 +1,24 @@ +name: Enhancement +description: Tell us how to improve the documentation +title: "[Enhancement]: " +labels: [] +assignees: [] +body: + - type: checkboxes + id: already_searched + attributes: + label: "Have you checked if this is already explained elsewhere in the documentation?" + options: + - label: "Yes" + required: true + - type: markdown + attributes: + value: "### Please fill in all required fields before submitting." + - type: textarea + id: what-to-add + attributes: + label: "Proposed Enhancement" + description: What do you want to see added to the Documentation? + placeholder: Tell us what needs to be added! + validations: + required: true