Skip to content

Commit a599ca9

Browse files
Anna Thorntonsesmith177
Anna Thornton
authored andcommitted
Add note about specs to CONTRIBUTING.md
[#130238249] Signed-off-by: Sam Smith <[email protected]>
1 parent 635cb55 commit a599ca9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CONTRIBUTING.md

+2
Original file line numberDiff line numberDiff line change
@@ -17,4 +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
21+
2022
**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

+4
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ Thanks for contributing to the buildpack. To speed up the process of reviewing y
77
* [ ] I have viewed signed and have submitted the Contributor License Agreement
88

99
* [ ] I have made this pull request to the `develop` branch
10+
11+
* [ ] I have added an integration test (if applicable)
12+
13+
* [ ] I have added a unit test (if applicable)

0 commit comments

Comments
 (0)