mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-04 22:43:17 +08:00
Create ISSUE_TEMPLATE.md
This commit is contained in:
parent
2642488a51
commit
d77ff4b080
47
.github/ISSUE_TEMPLATE.md
vendored
Normal file
47
.github/ISSUE_TEMPLATE.md
vendored
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
<!--
|
||||||
|
|
||||||
|
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.
|
||||||
Loading…
x
Reference in New Issue
Block a user