Update issue templates

This commit is contained in:
Roman Trapeznikov 2020-11-02 20:33:34 +03:00 committed by GitHub
parent 47ca132c33
commit ce19fbe56d
4 changed files with 72 additions and 0 deletions

32
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,32 @@
---
name: Bug report
about: Create a report to help us improve
title: Bug
labels: bug
assignees: ''
---
## Description
Describe the bug. Do not forget to fill the title.
## Steps to reproduce
1. Launch BombSquad
2. Go to '...'
3. Press '...'
4. Bug!
## Expected behavior
Describe what you think should happen.
## Machine
**Platform**: Windows 10 / Ubuntu 20.04 LTS / AOSP 8.1 / etc.
**BombSquad version**: [1.5.27](https://github.com/efroemling/ballistica/releases/tag/v1.5.27)
**Commit**: [2642488](https://github.com/efroemling/ballistica/commit/2642488a51b250752169738f5aeeccaafa2bc8de)
Select what do you want to use: release version or commit. Please use a hyperlink.
## Screenshots
Put some screenshots here if needed.
## Extra
Put some extra information here. For example, describe your assumptions about the cause of the bug.

10
.github/ISSUE_TEMPLATE/discussion.md vendored Normal file
View File

@ -0,0 +1,10 @@
---
name: Discussion
about: Discuss something
title: Discussion
labels: discussion
assignees: ''
---
What do you think about ...?

View File

@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for BombSquad
title: Feature Request
labels: enhancement
assignees: ''
---
## Description
Describe feature that you want.
## Solution
A clear and concise description of what you want to happen.
## Alternatives
A clear and concise description of any alternative solutions or features you've considered.
## Additional context
Add any other context or screenshots about the feature request here.

10
.github/ISSUE_TEMPLATE/question.md vendored Normal file
View File

@ -0,0 +1,10 @@
---
name: Question
about: Ask about something
title: Question
labels: question
assignees: ''
---
Describe your question. Do not forget to fill the title.