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 1/2] 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. From 1b60a4560d34c5ae68117cc2aaa458add1d48534 Mon Sep 17 00:00:00 2001 From: Roman Trapeznikov <47295209+Dliwk@users.noreply.github.com> Date: Mon, 2 Nov 2020 20:35:13 +0300 Subject: [PATCH 2/2] Remove deprecated issue template --- .github/ISSUE_TEMPLATE.md | 47 --------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 03f2df2a..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,47 +0,0 @@ - - - -## Important info and some tips -- Ensure your issue isn't a duplicate. Agree, you will get an answer to your question faster if you find it yourself. -- Write a good, understable issue description. Try to write so that you don't have to ask again. due to the difference in time zones, the problem may not be resolved until a few days later. -- You can mention other issue/PR (e.g. #1). -- Hyperlinks are very useful. -- If you want to paste logs/code please put it into \`\`\`, so much easier to perceive. For example: -```python -def hello(): - print("**Hello, Markdown!**") -``` - -## Description - - -Why the sky in the BombSquad is red now? - - -| | Issue description | -| ------------- | ------------- | -| OS | | -| Type of issue | :sparkles: Feature request | -| Type of issue | :bug: Bug | -| Type of issue | :question: Question | -| BombSquad version | [1.5.27](https://github.com/efroemling/ballistica/releases/tag/v1.5.27) | -| Commit | [2642488](https://github.com/efroemling/ballistica/commit/2642488a51b250752169738f5aeeccaafa2bc8de) | - - -## Steps to reproduce - -- Launch BombSquad. -- You can see a red sky. - -## Other info - -It started yesterday.