This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 4db80c7 CAMEL-16261 - Github PR Template: Make it optional 4db80c7 is described below commit 4db80c7340ca3313c0be3de12f954fdc12cf8885 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Feb 26 12:24:15 2021 +0100 CAMEL-16261 - Github PR Template: Make it optional --- .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 76850b9..0590622 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,9 @@ +<!-- Uncomment this section if your PR is not trivial - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/CAMEL) filed for the change (usually before you start working on it). Trivial changes like typos do not require a JIRA issue. Your pull request should address just this issue, without pulling in other changes. - [ ] Each commit in the pull request should have a meaningful subject line and body. - [ ] If you're unsure, you can format the pull request title like `[CAMEL-XXX] Fixes bug in camel-file component`, where you replace `CAMEL-XXX` with the appropriate JIRA issue. - [ ] Write a pull request description that is detailed enough to understand what the pull request does, how, and why. - [ ] Run `mvn clean install -Psourcecheck` in your module with source check enabled to make sure basic checks pass and there are no checkstyle violations. A more thorough check will be performed on your pull request automatically. Below are the contribution guidelines: -https://github.com/apache/camel/blob/master/CONTRIBUTING.md \ No newline at end of file +https://github.com/apache/camel/blob/master/CONTRIBUTING.md +-->