diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-13 14:33:26 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-13 15:05:42 +0200 |
commit | 5bb4271edbc2e0bb53b43db7e74fd71625d7f291 (patch) | |
tree | e55bc405ccb17d08c2a4fd5e95a7176e65ed415d /.github/ISSUE_TEMPLATE/20-documentation-issue.yml | |
parent | f552ca84a568b77062d3e4fc06fb9e3096529b1b (diff) | |
download | PeerTube-5bb4271edbc2e0bb53b43db7e74fd71625d7f291.tar.gz PeerTube-5bb4271edbc2e0bb53b43db7e74fd71625d7f291.tar.zst PeerTube-5bb4271edbc2e0bb53b43db7e74fd71625d7f291.zip |
Add form template for issue templates
Diffstat (limited to '.github/ISSUE_TEMPLATE/20-documentation-issue.yml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/20-documentation-issue.yml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/20-documentation-issue.yml b/.github/ISSUE_TEMPLATE/20-documentation-issue.yml new file mode 100644 index 000000000..213aeb401 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/20-documentation-issue.yml | |||
@@ -0,0 +1,22 @@ | |||
1 | name: 📝 Documentation Issue | ||
2 | description: Use this template for documentation-related issues | ||
3 | labels: [ 'Component: Documentation :books:' ] | ||
4 | body: | ||
5 | - type: checkboxes | ||
6 | attributes: | ||
7 | label: Is there an existing issue for this? | ||
8 | description: | | ||
9 | Please search among past open/closed issues for a similar one beforehand: | ||
10 | - https://github.com/Chocobozzz/PeerTube/issues?q= | ||
11 | - https://framacolibri.org/c/peertube | ||
12 | options: | ||
13 | - label: I have searched existing issues | ||
14 | required: true | ||
15 | |||
16 | - type: textarea | ||
17 | attributes: | ||
18 | label: Describe the desired information/correction | ||
19 | description: | | ||
20 | Are you up to submit a pull request? Chances are, only a small edit is required, so give it a try: | ||
21 | * Click "Edit this page" if on https://docs.joinpeertube.org | ||
22 | * Edit https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/api/openapi.yaml if on https://docs.joinpeertube.org/api-rest-reference.html | ||