Skip to content

Commit 50f5d14

Browse files
authored
fix: tidy pull request template (#143)
* fix: tidy pull request template * fix: feedback from awni
1 parent d14a0e4 commit 50f5d14

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/pull_request_template.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1+
## Proposed changes
12

2-
Before submitting this PR, check the [contribution guidelines](CONTRIBUTING.md).
3+
Please include a description of the problem or feature this PR is addressing. If there is a corresponding issue, include the issue #.
34

4-
Make sure your code is formatted: `pre-commit run --all-files`.
5+
## Checklist
6+
7+
Put an `x` in the boxes that apply.
8+
9+
- [ ] I have read the [CONTRIBUTING](https://github.com/ml-explore/mlx/blob/main/CONTRIBUTING.md) document
10+
- [ ] I have run `pre-commit run --all-files` to format my code / installed pre-commit prior to committing changes
11+
- [ ] I have added tests that prove my fix is effective or that my feature works
12+
- [ ] I have updated the necessary documentation (if needed)

0 commit comments

Comments
 (0)