You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by an...@apache.org on 2015/10/15 20:22:05 UTC

incubator-apex-site git commit: update PR document

Repository: incubator-apex-site
Updated Branches:
  refs/heads/master f1263b404 -> 59da7165b


update PR document


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/commit/59da7165
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/59da7165
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/59da7165

Branch: refs/heads/master
Commit: 59da7165b80807a861ddece06dac4a3ae90089b5
Parents: f1263b4
Author: Andy Perlitch <an...@datatorrent.com>
Authored: Thu Oct 15 11:21:58 2015 -0700
Committer: Andy Perlitch <an...@datatorrent.com>
Committed: Thu Oct 15 11:21:58 2015 -0700

----------------------------------------------------------------------
 src/md/github_prs.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/59da7165/src/md/github_prs.md
----------------------------------------------------------------------
diff --git a/src/md/github_prs.md b/src/md/github_prs.md
index a8a2ab2..a7389fa 100644
--- a/src/md/github_prs.md
+++ b/src/md/github_prs.md
@@ -13,9 +13,11 @@ https://github.com/apache/incubator-apex-core/
 You can then update your local repository to add the new fork as remote. No
 need for another clone or to recreate your workspace.
 
-Once your feature is complete, submit the pull request. Ensure that the
-Apex JIRA numbers are part of the commit message (we have not migrated to
-ASF JIRA yet).
+Once your feature is complete, submit the pull request. Some additional notes:
+
+- Commit messages need to reference JIRA (pull requests will be linked to ticket)
+- Travis CI pull request build needs to pass
+- Fix version needs to be set after pushing changes
 
 ## Merging a Pull Request (must be a committer)