Skip to content

Commit

Permalink
[Doc workflow] change doc request template from markdown to yml (apac…
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonymitaet authored Dec 20, 2021
1 parent caa6229 commit bc530c3
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/ISSUE_TEMPLATE/doc_request.md

This file was deleted.

40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/doc_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: Doc request
description: Suggest doc changes for Pulsar
title: "[Doc] "
labels: ["doc-required"]
body:
- type: markdown
attributes:
value: |
Please answer the following questions before submitting a doc issue. Thanks!
- type: textarea
attributes:
label: What issue do you find in Pulsar docs?
description: (For example, something missing, inaccurate, incomplete, hard to use/understand/find, etc)
validations:
required: true
- type: textarea
attributes:
label: What is your suggestion?
description: (For example, add explanations about xx, correct descriptions of xx, delete information about xx, etc)
validations:
required: true
- type: textarea
attributes:
label: Do you have any references?
description: (For example, website links, etc)?
validations:
required: true
- type: textarea
attributes:
label: Would you like to fix this issue?
description: (Welcome to contribute docs! Pulsar grows from a tiny seed to a big tree with every little effort by us! Your contribution is the sunlight, water, and air!)
validations:
required: true
- type: checkboxes
attributes:
label: Note
description: Please make some research on your question before submitting a doc issue. **Free rider is not welcomed**. Thanks!
options:
- label: I have made some research on my question and I need help on docs.
required: true

0 comments on commit bc530c3

Please sign in to comment.