Skip to content

Commit

Permalink
Removes old contribution docs and templates
Browse files Browse the repository at this point in the history
[#172252819]

Co-authored-by: Josh Zarrabi <jzarrabi@pivotal.io>
  • Loading branch information
Ryan Moran and joshzarrabi committed Apr 9, 2020
1 parent 86988f2 commit 5e75914
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 63 deletions.
22 changes: 0 additions & 22 deletions CONTRIBUTING.md

This file was deleted.

22 changes: 0 additions & 22 deletions ISSUE_TEMPLATE

This file was deleted.

11 changes: 0 additions & 11 deletions PULL_REQUEST_TEMPLATE

This file was deleted.

10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
## Integration

The Node Engine CNB provides node as a dependency. Downstream buildpacks, like
[Yarn](https://github.com/cloudfoundry/yarn-cnb) or
[NPM](https://github.com/cloudfoundry/npm-cnb), can require the node dependency
[Yarn](https://github.com/paketo-buildpacks/yarn-install-cnb) or
[NPM](https://github.com/paketo-buildpacks/npm-cnb), can require the node dependency
by generating a [Build Plan
TOML](https://github.com/buildpacks/spec/blob/master/buildpack.md#build-plan-toml)
file that looks like the following:
Expand Down Expand Up @@ -33,12 +33,6 @@ file that looks like the following:
# their build phase. If you are writing a buildpack that needs to run Node
# during its build process, this flag should be set to true.
build = true

# Setting the cache flag to true will enable caching of the Node Engine
# dependency between builds. The benefits of caching include improved build
# speeds at the cost of a higher storage requirement to store the cached
# layer contents.
cache = true
```

## Usage
Expand Down

0 comments on commit 5e75914

Please sign in to comment.