Update PULL_REQUEST_TEMPLATE.md, A vs. An

Only a small change.

`a` agreement => `an` agreement
This commit is contained in:
Louis Tran 2018-02-07 23:05:28 -08:00 committed by GitHub
parent 87fc1b2473
commit 9e6d66ae83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ Make sure these boxes checked before submitting your pull request.
- [] Write good commit message, try to squash your commits into a single one - [] Write good commit message, try to squash your commits into a single one
- [] Run `./build.sh` in `gh-pages` branch for document changes - [] Run `./build.sh` in `gh-pages` branch for document changes
For significant changes like big bug fixes, new features, please open an issue to make a agreement on an implementation design/plan first before starting it. For significant changes like big bug fixes, new features, please open an issue to make an agreement on an implementation design/plan first before starting it.
Thank you. Thank you.