[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 <[email protected]> Authored: Wed Apr 25 09:30:51 2018 -0400 Committer: Scott Aslan <[email protected]> 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.
