added PR template

This commit is contained in:
Eric Froemling 2020-04-15 16:50:46 -07:00
parent 9edc4c5d57
commit 968e110c9d
3 changed files with 37 additions and 1 deletions

36
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View 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
-->

View File

@ -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