-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/NiiightmareXD/windows-capture
- Loading branch information
Showing
3 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |