aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDave Rodgman <dave.rodgman@arm.com>2024-02-07 11:05:47 +0000
committerDave Rodgman <dave.rodgman@arm.com>2024-02-07 11:05:47 +0000
commit2a6593bbb628d72a1c5be18c254ecff6e4f3961c (patch)
tree1898bd679a97e8dfc6b3150c7536b111a6fabb19 /.github
parentc1a4d1f09a93d25f3037a3d56afaff3990811d94 (diff)
downloadmbedtls-2a6593bbb628d72a1c5be18c254ecff6e4f3961c.zip
mbedtls-2a6593bbb628d72a1c5be18c254ecff6e4f3961c.tar.gz
mbedtls-2a6593bbb628d72a1c5be18c254ecff6e4f3961c.tar.bz2
Slightly soften force-push suggestion
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
Diffstat (limited to '.github')
-rw-r--r--.github/pull_request_template.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 55b5964..9d30412 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -22,6 +22,6 @@ checklist for PR contributors.
Help make review efficient:
* Multiple simple commits
- please structure your PR into a series of small commits, each of which does one thing
-* No force-push
+* Avoid force-push
- please do not force-push to update your PR - just add new commit(s)
* See our [Guidelines for Contributors](https://mbed-tls.readthedocs.io/en/latest/reviews/review-for-contributors/) for more details about the review process.