Skip to content

Commit

Permalink
Fix tiny typo in Maintenance Guide (#2295)
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonnefroehlich committed Jan 2, 2023
1 parent 51c14b0 commit 9253af3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/maintenance.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ A few guidelines for reviewing:
PR.
* Don't be harsh with code style or performance. If the code is bad, either (1) merge
the pull request and open a new one fixing the code and pinging the original submitter
(2) comment on the PR detailing how the code could be improved. Both ways are focused
on showing the contributor **how to write good code**, not shaming them.
or (2) comment on the PR detailing how the code could be improved. Both ways are
focused on showing the contributor **how to write good code**, not shaming them.

Pull requests should be **squash merged**.
This means that all commits will be collapsed into one.
Expand Down

0 comments on commit 9253af3

Please sign in to comment.