forked from Programming.Dev/p.d-blog
Add .gitea/ISSUE_TEMPLATE/POST.yaml
This commit is contained in:
parent
d3613f19c1
commit
4b14a470a2
1 changed files with 20 additions and 0 deletions
20
.gitea/ISSUE_TEMPLATE/POST.yaml
Normal file
20
.gitea/ISSUE_TEMPLATE/POST.yaml
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue