You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2020/03/28 07:12:02 UTC

[camel-quarkus] branch master updated: [CAMEL-13704] - Added PR template file with instructions on what to include (#990)

This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new 6f1f35a  [CAMEL-13704] - Added PR template file with instructions on what to include (#990)
6f1f35a is described below

commit 6f1f35a915e7d82e7a119fbb338f6c827b9b1045
Author: Tear <53...@users.noreply.github.com>
AuthorDate: Sat Mar 28 03:11:53 2020 -0400

    [CAMEL-13704] - Added PR template file with instructions on what to include (#990)
    
    * Added PR template file with instructions on what to include when submitting a PR
    
    * Modified PR template file with propsoed changes
---
 PR-template.txt | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/PR-template.txt b/PR-template.txt
new file mode 100644
index 0000000..05309fd
--- /dev/null
+++ b/PR-template.txt
@@ -0,0 +1,6 @@
+[ ] An issue should be filed for the change unless this is a trivial change (fixing a typo or similar). One issue should ideally be fixed by not more than one commit and the other way round, each commit should fix just one issue, without pulling in other changes.
+[ ] Each commit in the pull request should have a meaningful and properly spelled subject line and body. Copying the title of the associated issue is typically enough. Please include the issue number in the commit message prefixed by #.
+[ ] The pull request description should explain what the pull request does, how, and why. If the info is available in the associated issue or some other external document, a link is enough.
+[ ] Phrases like Fix #<issueNumber> or Fixes #<issueNumber> will auto-close the named issue upon merging the pull request. Using them is typically a good idea.
+[ ] Please run mvn process-resources -Pformat (and amend the changes if necessary) before sending the pull request.
+[ ] Contributor guide is your good friend: https://camel.apache.org/camel-quarkus/latest/contributor-guide.html
\ No newline at end of file