Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NiiightmareXD committed Nov 23, 2023
2 parents a76944c + 8032ed0 commit 418cd88
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report-🪲.md
Original file line number Diff line number Diff line change
@@ -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.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request-⭐.md
Original file line number Diff line number Diff line change
@@ -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.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 418cd88

Please sign in to comment.