From dba938b076347cbcf07d59c82094d66c24419359 Mon Sep 17 00:00:00 2001 From: Vishwas Babu A J Date: Thu, 28 Feb 2019 23:53:40 -0800 Subject: [PATCH] Fixing typos in PULL_REQUEST_TEMPLATE --- .github/PULL_REQUEST_TEMPLATE.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.MD b/.github/PULL_REQUEST_TEMPLATE.MD index 718f3b1deeb..f958c58e01b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.MD +++ b/.github/PULL_REQUEST_TEMPLATE.MD @@ -4,7 +4,7 @@ Describe the changes made and why they were made. Ignore if these details are pr ## Checklist Please make sure these boxes are checked before submitting your pull request - thanks! -- [ ] Commit message starts with the issues number from https://issues.apache.org/jira/projects/FINERACT/. Ex: FINERACT-646 Pockets API. +- [ ] Commit message starts with the issue number from https://issues.apache.org/jira/projects/FINERACT/. Ex: FINERACT-646 Pockets API. - [ ] Coding conventions at https://cwiki.apache.org/confluence/display/FINERACT/Coding+Conventions have been followed.