From d309abb4b9bdb01272e54e048063502110c801fa Mon Sep 17 00:00:00 2001 From: Rigel Date: Sat, 9 Jun 2018 21:11:27 -0700 Subject: [PATCH] Merge PR #1195: PR template improvement --- .github/PULL_REQUEST_TEMPLATE.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9d234c3262..caa5415105 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,12 @@ - + * [ ] Updated all relevant documentation in docs * [ ] Updated all code comments where relevant * [ ] Wrote tests * [ ] Updated CHANGELOG.md -* [ ] Updated Basecoin / other examples -* [ ] Squashed related commits and prefixed with PR number per [coding standards](https://github.com/tendermint/coding/blob/master/README.md#merging-a-pr) +* [ ] Updated Gaia/Examples +* [ ] Squashed all commits, uses message "Merge pull request #XYZ: [title]" ([coding standards](https://github.com/tendermint/coding/blob/master/README.md#merging-a-pr))