Remove deprecated issue template

This commit is contained in:
Roman Trapeznikov 2020-11-02 20:35:13 +03:00 committed by GitHub
parent ce19fbe56d
commit 1b60a4560d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,47 +0,0 @@
<!--
Hello!
To ease the process of reviewing your PR, do make sure to complete the following boxes.
You can also read more about contributing to pylint in this document:
https://github.com/efroemling/ballistica/wiki/Contributing
-->
<!-- Please read it. Remove when submit issue. -->
## 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
<!-- Write overview of your issue here. For example: -->
Why the sky in the BombSquad is red now?
<!-- Fill out the table -->
| | Issue description |
| ------------- | ------------- |
| OS | <!-- e.g. Windows 10, Ubuntu 20.04 LTS, MacOS 10.15. --> |
| Type of issue | <!-- Leave suitable line --> :sparkles: Feature request |
| Type of issue | <!-- Leave suitable line --> :bug: Bug |
| Type of issue | <!-- Leave suitable line --> :question: Question |
| BombSquad version | <!-- Leave this line if needed. Please make a hyperlink to release tag --> [1.5.27](https://github.com/efroemling/ballistica/releases/tag/v1.5.27) |
| Commit | <!-- Use this line if you want to specify commit. --> [2642488](https://github.com/efroemling/ballistica/commit/2642488a51b250752169738f5aeeccaafa2bc8de) |
<!-- Fill this section if needed. -->
## Steps to reproduce
<!-- Example. -->
- Launch BombSquad.
- You can see a red sky.
## Other info
<!-- Write a some additional info here. -->
It started yesterday.