1
0
Fork 0
mirror of https://github.com/corona-warn-app/cwa-documentation synced 2025-07-04 12:28:35 +02:00

Corona-Warn-App: First set of documentation files

This commit is contained in:
Sebastian Wolf 2020-05-12 23:31:54 +02:00
commit 648fa885f2
14 changed files with 762 additions and 0 deletions

20
.github/ISSUE_TEMPLATE/01_doc_issue.md vendored Normal file
View file

@ -0,0 +1,20 @@
---
name: "\U0001F6A8 Documentation Issue"
about: Did you come across parts of our documentation that should be fixed?
labels: documentation, bug
---
<!--
Thanks for reporting an issue in the documentation 🙌 ❤️
Before opening a new issue, please make sure that we do not have any duplicates already open. You can ensure this by searching the issue list for this repository. If there is a duplicate, please close your issue and add a comment to the existing issue instead.
-->
## Where to find the issue
<!-- Be as specific as possible by naming the document, page, and ideally paragraph. -->
## Describe the issue
<!-- Please let us know what exactly is the issue with that part of the documentation -->
## Suggested change
<!-- If you have ideas on how to fix this issue, please note them here, or consider creating a Pull Request -->

View file

@ -0,0 +1,20 @@
---
name: "\U0001F4DA Information Request"
about: Do you require further information in our documentation?
labels: documentation, enhancement
---
<!--
Thanks for pointing us to missing information 🙌 ❤️
Before opening a new issue, please make sure that we do not have any duplicates already open. You can ensure this by searching the issue list for this repository. If there is a duplicate, please close your issue and add a comment to the existing issue instead.
-->
## What is missing
<!-- Outline the information that you would like to see added. Please be rather specific (e.g., not only 'more information about', but what exactly is missing). -->
## Why should it be included
<!-- Which aspects of the corona warn app project cannot be properly understood without this information? -->
## Where should it be included
<!-- If you think the information should be part of a specific existing document, please let us know. -->

17
.github/ISSUE_TEMPLATE/03_questions.md vendored Normal file
View file

@ -0,0 +1,17 @@
---
name: "\U00002753 Questions?"
about: If you have *specific* questions about the documentation, please post them here.
labels: question
---
<!--
Thanks for submitting your question 🙌 ❤️
Before opening a new issue, please make sure that we do not have any duplicates already open. You can ensure this by searching the issue list for this repository. If there is a duplicate, please close your issue and add a comment to the existing issue instead. Also, please, have a look at our FAQs and existing questions before opening a new question.
-->
## Your Question
<!-- Include details about your question. -->
* Documentation File:
* Line / Paragraph:
* Question:

10
.github/ISSUE_TEMPLATE/04_other.md vendored Normal file
View file

@ -0,0 +1,10 @@
---
name: "\U0001F4AC Anything else?"
about: For implementation specific issues (e.g., bug in the iOS app), please consider to open an issue in the respective repository.
---
<!--
Thanks for contributing to the project 🙌 ❤️
Before opening a new issue, please make sure that we do not have any duplicates already open. You can ensure this by searching the issue list for this repository. If there is a duplicate, please close your issue and add a comment to the existing issue instead. Also, please, have a look at our FAQs and existing questions before opening a new question.
-->

1
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View file

@ -0,0 +1 @@
blank_issues_enabled: false