diff --git a/.github/config.yml b/.github/config.yml new file mode 100644 index 0000000000..a954bb0cc2 --- /dev/null +++ b/.github/config.yml @@ -0,0 +1,22 @@ +# Configuration for welcome - https://github.com/behaviorbot/welcome + +# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome + +# Comment to be posted to on first time issues +newIssueWelcomeComment: > + Thanks for opening your first issue here! Be sure to follow the issue template! +# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome + +# Comment to be posted to on PRs from first time contributors in your repository +newPRWelcomeComment: > + Thanks for opening your first Pull Request here! + Please check out our [Contributing guidelines](https://github.com/kyverno/kyverno/blob/main/CONTRIBUTING.md) and confirm that you Signed off. +# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge + +# Comment to be posted to on pull requests merged by a first time user +firstPRMergeComment: > + # Congratulations! :tada: + ![200w](https://user-images.githubusercontent.com/62384659/131811391-bdfe5f22-f233-4e9f-a00c-320bd6c4ebc9.gif) + Great job merging your first Pull Request here! How awesome! + If you are new to this project, Feel free to join our [slack community](https://slack.k8s.io/#kyverno) +# It is recommend to include as many gifs and emojis as possible \ No newline at end of file diff --git a/README.md b/README.md index a7360f9835..adb5627242 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,13 @@ Kyverno is a policy engine designed for Kubernetes. It can validate, mutate, and generate configurations using admission controls and background scans. Kyverno policies are Kubernetes resources and do not require learning a new language. Kyverno is designed to work nicely with tools you already use like kubectl, kustomize, and Git.

+## Contributors + + + + +Made with [contributors-img](https://contrib.rocks). + ## 📙 Documentation Kyverno installation and reference documents are available at: kyverno.io.