From 4b14a470a21fba7d19922e4a7df8b418809170cb Mon Sep 17 00:00:00 2001 From: Ategon Date: Mon, 26 Feb 2024 01:21:17 +0000 Subject: [PATCH] Add .gitea/ISSUE_TEMPLATE/POST.yaml --- .gitea/ISSUE_TEMPLATE/POST.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/POST.yaml diff --git a/.gitea/ISSUE_TEMPLATE/POST.yaml b/.gitea/ISSUE_TEMPLATE/POST.yaml new file mode 100644 index 0000000..ed78680 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/POST.yaml @@ -0,0 +1,20 @@ +name: Post +description: 🍉 Create a Post Request +labels: ["Kind/🍉 Documentation"] +body: + - type: checkboxes + attributes: + label: Requirements + description: Before you create a post request, please check the following - + options: + - label: Check to see if this request already exists [here](https://git.programming.dev/Programming.Dev/p.d-wiki/issues?state=open&labels=7) + required: true + - label: Make sure this is a request for a blog post + required: true + - type: textarea + id: description + attributes: + label: Describe the post content that is being requested + description: Give a good description of what would go into the post + validations: + required: true \ No newline at end of file