From dc691df47568194da47b2863dd352115adc4bd8a Mon Sep 17 00:00:00 2001 From: xstefank Date: Mon, 14 May 2018 10:33:20 +0200 Subject: [PATCH] update PR template --- .github/pull_request_template.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 9889d7b..ef15c3a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,8 +1,10 @@ -JIRA: +JIRA: https://issues.jboss.org/browse/WFLY- Thanks for submitting your Pull Request! Please make sure your PR meets the following requirements: +- [ ] Pull Request title is properly formatted: `[WFLY-XYZ] Subject` or `WFLY-XYZ Subject` +- [ ] Pull Request contains link to the JIRA issue(s) - [ ] Pull Request contains description of the issue(s) - [ ] Pull Request does not include fixes for issues other than the main ticket - [ ] Attached commits represent units of work and are properly formatted