You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by sc...@apache.org on 2018/04/30 19:01:34 UTC

[09/19] nifi-fds git commit: [NIFIREG-168] update pull request template

[NIFIREG-168] update pull request template


Project: http://git-wip-us.apache.org/repos/asf/nifi-fds/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-fds/commit/fd57eb43
Tree: http://git-wip-us.apache.org/repos/asf/nifi-fds/tree/fd57eb43
Diff: http://git-wip-us.apache.org/repos/asf/nifi-fds/diff/fd57eb43

Branch: refs/heads/gh-pages
Commit: fd57eb430b2ce6c4c0c96f73017f93d8caa919b9
Parents: ec42ec1
Author: Scott Aslan <sc...@gmail.com>
Authored: Wed Apr 25 09:30:51 2018 -0400
Committer: Scott Aslan <sc...@gmail.com>
Committed: Wed Apr 25 09:30:51 2018 -0400

----------------------------------------------------------------------
 .github/PULL_REQUEST_TEMPLATE.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/fd57eb43/.github/PULL_REQUEST_TEMPLATE.md
----------------------------------------------------------------------
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 18da8ad..337e726 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -30,7 +30,7 @@ Please ensure that once the PR is submitted, you check travis-ci for build issue
 
 ### Reviewers, please perform the following in order to validate the changes:
 - [ ] Checkout the gh-pages branch.
-- [ ] Edit the package.json file in the root nifi-fds folder and update the nifi-fds package to point to the pull request at git+https://github.com/<user>/<repo>.git#<branch>.
+- [ ] Edit the package.json file in the root nifi-fds folder and update the nifi-fds package in the dependencies section to point to the pull request at git+https://github.com/user/repo.git#branch.
 - [ ] ‘npm install’ in the root nifi-fds folder.
 - [ ] ‘npm install’ in the node_modules/nifi-fds folder.
 - [ ] ‘npm run build’ in the node_modules/nifi-fds folder.