Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/01_bugs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
name: "\U0001F6A8 Bug Report"
about: Did you come across a bug or unexpected behaviour differing from the docs?
title: "[BUG] Your Title Here"
labels: bug

---
<!--
Thanks for reporting a bug 🙌 ❤️

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.
-->

## Describe the bug

<!-- Describe your issue, but please be descriptive! Thanks again 🙌 ❤️ -->

## Expected behaviour

<!-- A clear and concise description of what you expected to happen. -->

## Steps to reproduce the issue

<!-- include screenshots, logs, code or other info to help explain your problem -->

<!--
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
-->

## Technical details

- Server/Desktop OS (Windows/Linux/Mac):
- OS Version:
- Software Version:

## Possible Fix

<!--- Not obligatory, but suggest a fix or reason for the bug -->

## Additional context

<!-- Add any other context about the problem here. -->
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/02_feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: "\U0001F381 Feature Request"
about: Do you have an idea for a new feature?
title: "[REQ] Your Title Here"
labels: feature request

---
<!--
Thanks for requesting a feature 🙌 ❤️

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.
-->

## Feature description

<!---
Provide a detailed description of the feature or improvement you are proposing. What specific solution would you like? What is the expected behaviour?

Add any other context, screenshots, or code snippets about the feature request here as well.
-->

## Problem and motivation
<!---
Why is this change important to you? What is the problem this feature would solve? How would you use it? How can it benefit other users?
-->

## Is this something you're interested in working on

<!--- Yes or No -->
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/03_enhancement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: "\u23F1\uFE0F Enhancement Request"
about: Do you have an idea for an enhancement?
title: "[ENH] Your Title Here"
labels: enhancement

---
<!--
Thanks for proposing an enhancement 🙌 ❤️

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.
-->


## Current Implementation
<!-- Describe or point to the current implementation that you would like to see improved -->

## Suggested Enhancement
<!-- Outline the idea of your enhancement, by e.g., describing the algorithm you propose. You can also create a Pull Request to outline your idea -->

## Expected Benefits
<!-- Summarize how your enhancement could aid the implementation (performance, readability, memory consumption, battery consumption, etc.). Please also back up with measurements or give detailed explanations for reduced runtimes, memory consumption, etc. -->
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/04_questions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: "\U00002753 Questions?"
about: If you have *specific* questions about pieces of the code or documentation for this component, please post them here.
title: "[QUE] Your Title 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. -->
* Source File:
* Line(s):
* Question:
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/05_other.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: "\U0001F4AC Anything else?"
about: For conceptual questions, please consider to open an issue in the documentation repository.
title: "[OTH] Your Title Here"

---
<!--
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, be sure to check our readme first: https://github.com/corona-warn-app/cwa-server
-->
31 changes: 0 additions & 31 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.