diff --git a/.github/PULL_REQUEST_TEMPLATE/pull-request.md b/.github/PULL_REQUEST_TEMPLATE/pull-request.md index 82c69d131..768483246 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull-request.md +++ b/.github/PULL_REQUEST_TEMPLATE/pull-request.md @@ -1,6 +1,7 @@ Thanks for your pull request! Your work is appreciated. -We like to merge as quickly as possible without endangering the project's long term health. +Here are some tips for contributing pull requests to hledger. +We like to merge as quickly as possible without endangering the project's long term health. Much valuable design, quality control, and knowledge sharing happens at merge time, ensuring hledger remains a high quality, maintainable product. Some PRs will require substantial review, discussion, changes, or re-submission. @@ -12,8 +13,6 @@ Treat it as a golden opportunity to collaborate with experts, share and receive knowledge, refine your design/documentation/code, and improve real-world development/communication skills. -Here are some tips to optimise your pull requests and minimise the risk of waste. - A PR should have a clear purpose, documented in its description. Don't tackle too much at once. Mention any #ISSUENOs addressed.