diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..718c51f --- /dev/null +++ b/.editorconfig @@ -0,0 +1,20 @@ +# EditorConfig helps developers define and maintain consistent +# coding styles between different editors and IDEs +# editorconfig.org + +root = true + +[*] +# Change these settings to your own preference +indent_style = space +indent_size = 4 + +# We recommend you to keep these unchanged +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +# Markdown files sometimes need trailing whitespaces. +[*.md] +trim_trailing_whitespace = false diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..cfed37d --- /dev/null +++ b/.github/CODE_OF_CONDUCT.md @@ -0,0 +1,5 @@ +# Code of Conduct + +In order to foster a more inclusive community, Gradle has adopted the [Contributor Covenant](https://www.contributor-covenant.org/version/1/4/code-of-conduct/). + +Contributors must follow the Code of Conduct outlined at [https://gradle.org/conduct/](https://gradle.org/conduct/). diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..573fbb7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,22 @@ + + +### Expected Behavior + + + +### Current Behavior + + + +### Context + + + +### Steps to Reproduce (for bugs) + + + +### Your Environment + + + * Build scan URL: diff --git a/docs/README.adoc b/docs/README.adoc index ab85dbf..6d41811 100644 --- a/docs/README.adoc +++ b/docs/README.adoc @@ -266,3 +266,11 @@ For example, you might prepend a `Command` that sets up some environment before === Custom Gradle installation To allow Gradle itself to run using test versions of Gradle, the `GradleSamplesRunner` allows a custom installation to be injected using the system property "integTest.gradleHomeDir". + +=== Contributing + +[link=https://builds.gradle.org/viewType.html?buildTypeId=Build_Tool_Services_Exemplar] +image::https://builds.gradle.org/guestAuth/app/rest/builds/buildType:(id:Build_Tool_Services_Exemplar)/statusIcon.svg[Build status] + +[link=https://gradle.org/conduct/] +image::https://img.shields.io/badge/code%20of-conduct-lightgrey.svg?style=flat&colorB=ff69b4[code of conduct]