chore(repo): change issue templates to be .github

This commit is contained in:
omo50
2026-02-13 21:46:24 -06:00
parent 999ed1f4e6
commit b87f252f6e
4 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
---
name: Bug fix
about: Use this template if you're creating a pull request which fixes another bug or issue
title: "[Bug Fix]: "
labels: bug
assignees: ''
---
### Linked Issues
Provide links to the issue(s) which will be closed upon merging this pull request. There must be an open issue for
pull requests which fix bugs or other issues.
### Proposed Changes
Provide a detailed description of what your pull request changes.

View File

@@ -0,0 +1,13 @@
---
name: Bug fix
about: Use this template if you're creating a pull request which adds a feature or other enhancement
title: "[New Feature]: "
labels: enhancement
assignees: ''
---
### Proposed Changes
Provide a detailed description of what your pull request changes.