mirror of https://github.com/abpframework/abp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
933 B
21 lines
933 B
name: 💎 Article request
|
|
description: Article suggestion you want to be published on community.abp.io
|
|
labels: [community-article-request]
|
|
body:
|
|
- type: checkboxes
|
|
id: searched
|
|
attributes:
|
|
label: Is there an existing article or article request for this?
|
|
description: Please search to see if there is an article or article request related to your article request ([community.abp.io](https://community.abp.io/posts), [abp/issues](https://github.com/abpframework/abp/issues?q=is%3Aopen+is%3Aissue+label%3Acommunity-article-request))
|
|
options:
|
|
- label: I have searched the existing resources
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe the article you'd like
|
|
description: |
|
|
Please describe the article you'd like to be published on community.abp.io.
|
|
If you have any reference article, please share it here.
|
|
validations:
|
|
required: true
|