diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6bde9640fc7a..958a55f8af17 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,7 @@ # Contributing to the Gradle Build Tool Thank you for your interest in contributing to Gradle! + This guide explains how to contribute to the core Gradle components, extensions and documentation located in this repository. For other extensions and components, see the diff --git a/INTEGRATION_TEST.md b/INTEGRATION_TEST.md new file mode 100644 index 000000000000..f668c348d198 --- /dev/null +++ b/INTEGRATION_TEST.md @@ -0,0 +1,5 @@ +# Integration Test File + +This file was created as part of PEBBLE-848 to test the proxy environment +no-checkout workflow PR creation. It verifies that file creation works +through the blobless clone + sparse checkout workflow.