From 249d08dfa8a7d6441195342f3d188afa256fcde9 Mon Sep 17 00:00:00 2001 From: Brian Genisio Date: Fri, 13 Sep 2019 11:00:43 -0400 Subject: [PATCH] Update the commit template to include Issue Summary: IN ADR #237, we decided to include a link to the issue in the template. As such, the template needs to be updated and updated for everyone. Issue: https://khanacademy.atlassian.net/browse/ADR-237 Test Plan: 1. Navigate to khan/devtools/khan-dotfiles 2. Update the repo (git p) 3. In webapp, create a new commit. 4. Verify the Issue field is presented to you Reviewers: kevindangoor, csilvers Reviewed By: kevindangoor, csilvers Subscribers: csilvers Differential Revision: https://phabricator.khanacademy.org/D57853 --- .git_template/commit_template | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.git_template/commit_template b/.git_template/commit_template index bc5b5d3..3d279fb 100644 --- a/.git_template/commit_template +++ b/.git_template/commit_template @@ -1,9 +1,15 @@ - + -Test Plan: + + +Issue: + +Test plan: # -- +# For 'Issue:', A link (JIRA, Slack, etc) to the issue that +# drives this change or "none" if there isn't a link # For 'Test Plan:', list the commands you ran or process you # followed to test this change. # If this commit is adding to an existing review, delete the