From d77ff4b080b2875ac3240a19cd793a7ada16f28a Mon Sep 17 00:00:00 2001 From: Roman Trapeznikov <47295209+Dliwk@users.noreply.github.com> Date: Thu, 29 Oct 2020 21:30:02 +0300 Subject: [PATCH] Create ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 47 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..03f2df2a --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,47 @@ + + + +## 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.