Adding upstream version 4.6.0+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
f3ad83a1a5
commit
167a3f8553
275 changed files with 30423 additions and 0 deletions
29
.github/ISSUE_TEMPLATE/documentation.yml
vendored
Normal file
29
.github/ISSUE_TEMPLATE/documentation.yml
vendored
Normal file
|
@ -0,0 +1,29 @@
|
|||
name: 📖 Documentation
|
||||
description: Suggest an improvement for the documentation of this project
|
||||
title: Content to be added or fixed
|
||||
labels: [documentation]
|
||||
body:
|
||||
- type: checkboxes
|
||||
id: type
|
||||
attributes:
|
||||
label: Type
|
||||
options:
|
||||
- label: Content inaccurate
|
||||
- label: Content missing
|
||||
- label: Typo
|
||||
- type: input
|
||||
id: url
|
||||
attributes:
|
||||
label: URL
|
||||
placeholder: |
|
||||
URL to the code we did not clearly describe or the document page where the content is inaccurate
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
description: |
|
||||
A clear and concise description of what content should be added or fixed
|
||||
validations:
|
||||
required: true
|
Loading…
Add table
Add a link
Reference in a new issue