From 212db84d0b89d821cb3e2b821a7d518443ce0d96 Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Sun, 3 Sep 2023 21:47:05 +0700 Subject: [PATCH] ci(config): appreciation for first-time contributors Show appreciation message for new contributors --- .github/config.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/config.yaml diff --git a/.github/config.yaml b/.github/config.yaml new file mode 100644 index 00000000..aaeba6e2 --- /dev/null +++ b/.github/config.yaml @@ -0,0 +1,2 @@ +firstPRMergeComment: > + ❤️ Thank you for contributing to ReVanced Manager. Join us on [Discord](https://revanced.app/discord) if you want to receive a contributor role.