From 6583aa88f4e96addd30d81a548e04139f146955e Mon Sep 17 00:00:00 2001 From: Akkarinage Date: Wed, 18 Sep 2024 13:36:02 +0100 Subject: [PATCH 1/2] Update issue templates --- .github/ISSUE_TEMPLATE/guide-wanted.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/guide-wanted.md diff --git a/.github/ISSUE_TEMPLATE/guide-wanted.md b/.github/ISSUE_TEMPLATE/guide-wanted.md new file mode 100644 index 0000000..620f19f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/guide-wanted.md @@ -0,0 +1,12 @@ +--- +name: Guide Wanted +about: Guides that are missing should be processed using this template +title: Name of guide +labels: documentation, good first issue, help wanted +assignees: '' + +--- + +Guide Required: + +Link to relevant Github Wiki page: From c74edcd51bb334fda894ff91e772e319ae144be6 Mon Sep 17 00:00:00 2001 From: Akkarinage Date: Wed, 18 Sep 2024 13:41:03 +0100 Subject: [PATCH 2/2] Create config.yml --- .github/ISSUE_TEMPLATE/config.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..fbd8af6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: false +contact_links: + - name: User Guides Site + url: https://rathena.github.io/user-guides/ + about: View the generated HTML version of this repository. + - name: rAthena Community Support + url: https://rathena.org/board/forum/3-support-releases/ + about: Please ask and answer questions here in our forum. + - name: rAthena Discord + url: https://rathena.org/board/discord/ + about: Chat with us in the Discord support channel.