mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-24 12:48:55 +00:00
github: update PR template to explain expectations
I think I got the current template from Google's open-sourcing process, but I don't care about most of it (GitHub actions already check that tests pass, for example). Let's instead tell contributors that they don't need to write anything at all there and that they should describe the changes in the commit message(s) instead.
This commit is contained in:
parent
0f245437a8
commit
384aa95901
1 changed files with 8 additions and 6 deletions
14
.github/PULL_REQUEST_TEMPLATE.md
vendored
14
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -1,6 +1,8 @@
|
|||
Fixes #<issue_number_goes_here>
|
||||
|
||||
> It's a good idea to open an issue first for discussion.
|
||||
|
||||
- [ ] Tests pass
|
||||
- [ ] Appropriate changes to README are included in PR
|
||||
<!--
|
||||
There's no need to add anything here, but feel free to add a personal message.
|
||||
Please describe the changes in this PR in the commit message(s) instead, with
|
||||
each commit representing one logical change. Address code review comments by
|
||||
rewriting the branch rather than adding commits on top. Use force-push when
|
||||
pushing the updated branch (`jj git push` does that automatically when you
|
||||
rewrite a branch).
|
||||
-->
|
||||
|
|
Loading…
Reference in a new issue