From 5840c8e6714d790827f8fb3add81a22f59df2907 Mon Sep 17 00:00:00 2001 From: Spacehuhn Date: Wed, 17 Jun 2020 12:10:43 +0200 Subject: [PATCH] Welcome message --- .github/config.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/config.yml diff --git a/.github/config.yml b/.github/config.yml new file mode 100644 index 0000000..9d711eb --- /dev/null +++ b/.github/config.yml @@ -0,0 +1,14 @@ +# Configuration for welcome - https://github.com/behaviorbot/welcome +newIssueWelcomeComment: > + Thanks for opening your first issue here! 🎉 + + 👉 Be sure to: + 1. 📖 Have a look at the [Wiki](https://github.com/spacehuhntech/esp8266_deauther/wiki) and [README](https://github.com/SpacehuhnTech/esp8266_deauther/blob/v2/README.md) for information + 2. 🔍 Search for similar [issues (open and closed)](https://github.com/SpacehuhnTech/esp8266_deauther/issues?q=is%3Aissue+) + 3. âœī¸ Provide enough information to understand, recreate and help out with your problem + 4. â„šī¸ Let us know if you find a solution + 5. 📕 Close the issue when your problem has been solved + +newPRWelcomeComment: + +firstPRMergeComment: \ No newline at end of file