mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-25 08:23:35 +08:00
added PR template
This commit is contained in:
parent
9edc4c5d57
commit
968e110c9d
36
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
36
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@ -0,0 +1,36 @@
|
||||
<!--
|
||||
|
||||
Thank you for submitting a PR to Ballistica!
|
||||
|
||||
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
|
||||
-->
|
||||
|
||||
## Steps
|
||||
|
||||
- [ ] Add yourself to CONTRIBUTORS if you are a new contributor.
|
||||
- [ ] Add a CHANGELOG entry describing what your PR does.
|
||||
- [ ] Write a good description on what the PR does.
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
## Type of Changes
|
||||
<!-- Leave the corresponding lines for the applicable type of change: -->
|
||||
| | Type |
|
||||
| ------------- | ------------- |
|
||||
| ✓ | :bug: Bug fix |
|
||||
| ✓ | :sparkles: New feature |
|
||||
| ✓ | :hammer: Refactoring |
|
||||
| ✓ | :scroll: Docs |
|
||||
|
||||
## Related Issue
|
||||
|
||||
<!--
|
||||
If this PR fixes a particular issue, use the following to automatically close that issue
|
||||
once this PR gets merged:
|
||||
|
||||
Closes #XXX
|
||||
-->
|
||||
@ -174,7 +174,7 @@ class TeamBaseSession(Session):
|
||||
# pylint: disable=cyclic-import
|
||||
from ba import _error
|
||||
from bastd.tutorial import TutorialActivity
|
||||
from bastd.activity.multiteamendscreen import (
|
||||
from bastd.activity.multiteamvictory import (
|
||||
TeamSeriesVictoryScoreScreenActivity)
|
||||
from ba import _activitytypes
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user