From ce19fbe56dbfed3d0cad9d8ab2b0ea69376a7d15 Mon Sep 17 00:00:00 2001 From: Roman Trapeznikov <47295209+Dliwk@users.noreply.github.com> Date: Mon, 2 Nov 2020 20:33:34 +0300 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 32 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/discussion.md | 10 +++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++ .github/ISSUE_TEMPLATE/question.md | 10 +++++++ 4 files changed, 72 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/discussion.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..8cbc3eff --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/discussion.md b/.github/ISSUE_TEMPLATE/discussion.md new file mode 100644 index 00000000..e3b5e426 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/discussion.md @@ -0,0 +1,10 @@ +--- +name: Discussion +about: Discuss something +title: Discussion +labels: discussion +assignees: '' + +--- + +What do you think about ...? diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..e40e948b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000..ccf82f0a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -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.