From 66a0b2ac1026c24066b509d8159b96476d01b1e7 Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Wed, 26 Feb 2020 08:13:30 -0500 Subject: [PATCH] [skip travis] update github files once more --- .github/pull_request_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f9f599aa..cb2bf934 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -23,11 +23,11 @@ _Please state how this was tested:_ _Please ensure all are ticked (and actually done):_ -- [ ] Feature itself has been tested and verified to work -- [ ] Code has been linted +- [ ] Change has been tested to work +- [ ] Code has been linted using rustfmt - [ ] Code has been self-reviewed - [ ] Code has been tested and no new breakage is introduced -- [ ] Documentation has been added +- [ ] Documentation has been added/updated if needed ## Other information