forked from apache/pulsar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Doc workflow] change doc request template from markdown to yml (apac…
- Loading branch information
1 parent
caa6229
commit bc530c3
Showing
2 changed files
with
40 additions
and
26 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |