From 30d034260e917c924a603516e93292a0e7bf98e7 Mon Sep 17 00:00:00 2001 From: Valet Bot Date: Fri, 22 Apr 2022 19:54:47 +0000 Subject: [PATCH] Updating distribution --- Contributing.md | 13 +++++++++++++ Readme.md | 6 ++++++ 2 files changed, 19 insertions(+) create mode 100644 Contributing.md diff --git a/Contributing.md b/Contributing.md new file mode 100644 index 0000000..73112b3 --- /dev/null +++ b/Contributing.md @@ -0,0 +1,13 @@ +## Contributing + +Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great. + +Contributions to this project are [released](https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license) to the public under the [project's open source license](LICENSE.md). + +Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms. + +Here's some helpful notes on how to contribute to this project, including details on how to get started working with the codebase. + +## How to submit a bug or request a feature + +If you think you've found a bug or have a great idea for new functionality please create an Issue in the [repo](https://github.com/valet-customers/issue-ops/issues/new). diff --git a/Readme.md b/Readme.md index b4db302..9bac021 100644 --- a/Readme.md +++ b/Readme.md @@ -88,3 +88,9 @@ Optionally, the following environment variables can be set: ## Pipeline migration Once configured, pipelines can be migrated to GitHub Actions by opening an issue with the relevant issue template and following the instructions. + +## Privacy statement + +Valet will collect anonymous telemetry when running to help us improve the tool. This can be disable by adding the `--no-telemetry` flag to any command provided to the Valet CLI. + +Additionally, by using this repository you agree to GitHub's [Privacy Statement](https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement#data-retention-and-deletion-of-data) and the [additional terms for Actions](https://docs.github.com/en/site-policy/github-terms/github-terms-for-additional-products-and-features#actions).