diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b8a3fa1750..b439f60970 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,10 +1,11 @@ ### Requirements for Contributing a Bug Fix or Enhancement -* Fill out the template below. Any pull request that does not include enough information to be reviewed in timely manner will result in a request for you to update the pull request - and possibly closure of the pull request if it is not provided after this request. -* After you create the pull request, all status checks must pass before a maintainer will review your contribution. +- Fill out the template below. Any pull request that does not include enough information to be reviewed in timely manner will result in a request for you to update the pull request + and possibly closure of the pull request if it is not provided after this request. +- After you create the pull request, all status checks must pass before a maintainer will review your contribution. ### Identify the Bug or Feature request + - ### Description of the Change - ### Possible Drawbacks - + ### Documentation Notes - - -### Release Notes - - -Examples: +### Checklist -- Fixed an issue where `getMapVisible()` returned strings instead of numbers -- Added the option for overriding players name in token speech/thought bubble. + +- [ ] JavaDoc Updated + +- [ ] Unit tests + +- [ ] Is this breaking change? +