This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/main by this push: new bfb4013 [CAMEL-13704] Add pull request template bfb4013 is described below commit bfb40133b3444ff7be4b334b1838c6c45458b844 Author: manaswinidas <dasmanaswin...@gmail.com> AuthorDate: Sat Oct 23 11:00:20 2021 +0530 [CAMEL-13704] Add pull request template --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..bb755de --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ + - [ ] 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. + JIRA issue: + - [ ] Each commit in the pull request should have a meaningful subject line and body. + - [ ] 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. + - [ ] If this contribution is large, please file an Apache [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf). + - [ ] Make sure you read the [Contributing guidelines in README](https://github.com/apache/camel-website#readme) \ No newline at end of file