From 5e44f3aaa816c2d7cac60752758f14e7be9e9ba9 Mon Sep 17 00:00:00 2001 From: Desislava Stoyanova Date: Fri, 30 Oct 2020 10:42:28 +0100 Subject: [PATCH] Update pull_request_template.md --- .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 9da951231..f95dd8b63 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -24,7 +24,7 @@ _If you're unsure about any of the items below, don't hesitate to ask. We're her This is simply a reminder of what we are going to look for before merging your code._ - [ ] This pull request is against **develop** branch (not applicable for hotfixes) -- [ ] I have included a link to issue on GitHub or JIRA (if any) +- [ ] I have included a link to the issue on GitHub or JIRA (if any) - [ ] I have included migration files (if there are changes to the model classes) - [ ] I have read the [CONTRIBUTING](https://github.com/scaleoutsystems/stackn/blob/master/CONTRIBUTING.md) doc - [ ] I have included tests to complement my changes