From 50f5d14b1162e7962696c80298bf2672b5d01c37 Mon Sep 17 00:00:00 2001 From: SputNikPlop <100245448+SputNikPlop@users.noreply.github.com> Date: Tue, 12 Dec 2023 08:14:39 -0800 Subject: [PATCH] fix: tidy pull request template (#143) * fix: tidy pull request template * fix: feedback from awni --- .github/pull_request_template.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index fafcec8e1..02bb9b79a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,12 @@ +## Proposed changes -Before submitting this PR, check the [contribution guidelines](CONTRIBUTING.md). +Please include a description of the problem or feature this PR is addressing. If there is a corresponding issue, include the issue #. -Make sure your code is formatted: `pre-commit run --all-files`. +## Checklist + +Put an `x` in the boxes that apply. + +- [ ] I have read the [CONTRIBUTING](https://github.com/ml-explore/mlx/blob/main/CONTRIBUTING.md) document +- [ ] I have run `pre-commit run --all-files` to format my code / installed pre-commit prior to committing changes +- [ ] I have added tests that prove my fix is effective or that my feature works +- [ ] I have updated the necessary documentation (if needed)