From 41f408226e2f8ac621f1b1f94104e656aa116558 Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Wed, 12 Aug 2020 15:20:40 +0200 Subject: [PATCH] Update label-commenter-config.yml --- .github/label-commenter-config.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/label-commenter-config.yml b/.github/label-commenter-config.yml index b896911..6eca911 100644 --- a/.github/label-commenter-config.yml +++ b/.github/label-commenter-config.yml @@ -55,3 +55,18 @@ labels: - [Bug Report](https://github.com/PlaceholderAPI/PlaceholderAPI/issues/new?template=bug_report.md) - [Feature Request](https://github.com/PlaceholderAPI/PlaceholderAPI/issues/new?template=feature_request.md) action: close + - name: 'Target: Wiki' + labeled: + issue: + body: |- + Hello @{{ sender.login }}, + + Thank you for reaching out to us about the wiki. + We would like to inform you, that you are now able to directly commit your changes to the wiki through a Pull request. + When doing so, make sure you follow these steps: + + - The Pull request targets the [`docs/wiki`](https://github.com/PlaceholderAPI/PlaceholderAPI/tree/docs/wiki) branch of the Repository. + - You only made changes to the files inside the `wiki` folder. + - You followed the general Styling Guidelines mentioned in the wiki's [README](https://github.com/PlaceholderAPI/PlaceholderAPI/blob/docs/wiki/wiki/README.md) file. + + If you have any questions about submitting a PR for the wiki or have any other questions don't hesitate to ask us about it.