diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 565d58dd5..bdac411a1 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -3,4 +3,6 @@ - \ No newline at end of file + + +1. [.github\PULL_REQUEST_TEMPLATE.md]: update the pull request template file @bitpredator \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a735b76af..5351d116e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,21 +4,21 @@ Fixes #[issue_no] ### All Submissions: -* Have you followed the guidelines in our Contributing document? -* Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change? +* []Have you followed the guidelines in our Contributing document? +* []Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change? ### New Feature Submissions: -1. Does your submission pass tests? -2. Have you lint your code locally prior to submission? +1. []Does your submission pass tests? +2. []Have you lint your code locally prior to submission? ### Changes to Core Features: -* Have you added an explanation of what your changes do and why you'd like us to include them? -* Have you written new tests for your core changes, as applicable? -* Have you successfully ran tests with your changes locally? +* []Have you added an explanation of what your changes do and why you'd like us to include them? +* []Have you written new tests for your core changes, as applicable? +* []Have you successfully ran tests with your changes locally? Discord username (if different from GitHub): \ No newline at end of file