Skip to content

Commit 5332ded

Browse files
Anna Thorntonsesmith177
Anna Thornton
authored andcommitted
Fix wording in CONTRIBUTING.md
Signed-off-by: Sam Smith <[email protected]>
1 parent a599ca9 commit 5332ded

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ See the [Machete](https://github.com/cf-buildpacks/machete) CF buildpack test fr
1717
1. Fork the project
1818
1. Submit a pull request
1919

20-
Please include tests with the pull request. Include a fixture app with integration test and/or unit tests based on which best covers the new functionality. Fixtures, integration tests and unit tests can all be found in the `cf-spec/` directory
20+
Please include integration tests (in `cf_spec/integration`) and corresponding fixtures (in `cf_spec/fixtures`) where necessary to cover any functionality that is introduced.
2121

2222
**NOTE:** When submitting a pull request, *please make sure to target the `develop` branch*, so that your changes are up-to-date and easy to integrate with the most recent work on the buildpack. Thanks!

PULL_REQUEST_TEMPLATE

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,4 @@ Thanks for contributing to the buildpack. To speed up the process of reviewing y
88

99
* [ ] I have made this pull request to the `develop` branch
1010

11-
* [ ] I have added an integration test (if applicable)
12-
13-
* [ ] I have added a unit test (if applicable)
11+
* [ ] I have added an integration test

0 commit comments

Comments
 (0)