From 84aee7b78b554f95d7385f8501fa03034caec68e Mon Sep 17 00:00:00 2001 From: NiiightmareXD <90005793+NiiightmareXD@users.noreply.github.com> Date: Wed, 15 Nov 2023 18:36:24 -0800 Subject: [PATCH 1/2] =?UTF-8?q?Update=20issue=20templates=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bug-report-\360\237\252\262.md" | 21 +++++++++++++++++++ .../feature-request-\342\255\220.md" | 17 +++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 ".github/ISSUE_TEMPLATE/bug-report-\360\237\252\262.md" create mode 100644 ".github/ISSUE_TEMPLATE/feature-request-\342\255\220.md" diff --git "a/.github/ISSUE_TEMPLATE/bug-report-\360\237\252\262.md" "b/.github/ISSUE_TEMPLATE/bug-report-\360\237\252\262.md" new file mode 100644 index 0000000..8f41ca2 --- /dev/null +++ "b/.github/ISSUE_TEMPLATE/bug-report-\360\237\252\262.md" @@ -0,0 +1,21 @@ +--- +name: "Bug report \U0001FAB2" +about: Create a report to help us improve +title: "[BUG \U0001FAB2]" +labels: bug +assignees: NiiightmareXD + +--- + +**Describe the bug 🐛** +A clear and concise description of what the bug is. + +**Expected behavior 📝** +A clear and concise description of what you expected to happen. + +**OS 🤖** + - Version: [e.g. 11] + - Build[e.g. 22H2] + +**Additional context ➕** +Add any other context about the problem here. diff --git "a/.github/ISSUE_TEMPLATE/feature-request-\342\255\220.md" "b/.github/ISSUE_TEMPLATE/feature-request-\342\255\220.md" new file mode 100644 index 0000000..e9baa25 --- /dev/null +++ "b/.github/ISSUE_TEMPLATE/feature-request-\342\255\220.md" @@ -0,0 +1,17 @@ +--- +name: Feature request ⭐ +about: Suggest an idea for this project +title: "[FEATURE ⭐]" +labels: enhancement +assignees: NiiightmareXD + +--- + +**Is your feature request related to a problem? Please describe. 📝** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like 🔑** +A clear and concise description of what you want to happen. + +**Additional context ➕** +Add any other context about the feature request here. From 8032ed09b6890e1dc32ed1674f93dd9cce23b9a6 Mon Sep 17 00:00:00 2001 From: NiiightmareXD <90005793+NiiightmareXD@users.noreply.github.com> Date: Wed, 15 Nov 2023 18:44:44 -0800 Subject: [PATCH 2/2] =?UTF-8?q?Create=20dependabot.yml=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..4e30578 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "cargo" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily"