This is an automated email from the ASF dual-hosted git repository.
thw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apex-site.git
The following commit(s) were added to refs/heads/master by this push:
new 0c948eb APEXCORE-787 Add inactive PR policy to contribution guidelines
0c948eb is described below
commit 0c948eb6b24c203e9786bf4c2f3488dd2a27c0c1
Author: Vlad Rozov <[email protected]>
AuthorDate: Thu Oct 5 18:46:06 2017 -0700
APEXCORE-787 Add inactive PR policy to contribution guidelines
---
src/md/contributing.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/md/contributing.md b/src/md/contributing.md
index 366b15f..08cb487 100644
--- a/src/md/contributing.md
+++ b/src/md/contributing.md
@@ -136,6 +136,8 @@ Creating a local branch that tracks a remote makes pull
easier (no need to speci
`git push origin +APEXCORE-123.my-feature`
* Delete the extra squash branch:
`git branch -D APEXCORE-123.my-feature.squash`
+1. In case you need more time to work on the PR after receiving review
feedback and anticipate some period of inactivity, please close the PR and let
the reviewers know if you plan to work on the PR later. Once you have time to
resume
+ work on the issue, please re-open existing PR prior to updating your remote
branch. When a PR is inactive longer than 2 months, it may be closed by a
committer.
Thanks for contributing!
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].