From b262897406fed0387bce5eb4c8a5dfdc1b67ed96 Mon Sep 17 00:00:00 2001 From: Alan Ren <10086000+alanvww@users.noreply.github.com> Date: Thu, 10 Oct 2024 23:12:01 -0400 Subject: [PATCH 1/2] Create config.yml --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 1 file changed, 8 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..e6a3f21 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: true +contact_links: + - name: ml5.js Discord Server + url: https://discord.gg/FRc2SDyfKN + about: For question like "How to fix this in my coding?", Please ask it on our Discord server. + - name: ml5.js next-gen repo + url: https://github.com/ml5js/ml5-next-gen/issues + about: For issue related to the codebase, please create issue in this repo. From d75521e16fb35498f92db67e87cd7f4daab85fdb Mon Sep 17 00:00:00 2001 From: Alan Ren <10086000+alanvww@users.noreply.github.com> Date: Thu, 10 Oct 2024 23:12:48 -0400 Subject: [PATCH 2/2] Update config.yml --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index e6a3f21..1cc4104 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,7 +2,7 @@ blank_issues_enabled: true contact_links: - name: ml5.js Discord Server url: https://discord.gg/FRc2SDyfKN - about: For question like "How to fix this in my coding?", Please ask it on our Discord server. + about: For question like "How to fix this in my code?", Please ask it on our Discord server. - name: ml5.js next-gen repo url: https://github.com/ml5js/ml5-next-gen/issues about: For issue related to the codebase, please create issue in this repo.