Compare commits

3 Commits

Author SHA1 Message Date
Max
8aee830ee1 feat: labels for templates 2024-08-13 22:47:12 -04:00
Max
6154319872 fix: remove pull request template warning 2024-08-13 22:45:53 -04:00
Max
622ac772f5 fix: no default title for templates 2024-08-13 22:45:26 -04:00
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,8 @@
---
name: "🐛 Bug Report"
about: "If something does not work as it should."
title: "[BUG]: "
title: ""
labels: ["bug"]
---
## :bulb: Context

View File

@@ -1,7 +1,8 @@
---
name: "🚀 Feature Request"
about: "If you have a suggestion."
title: "[FEATURE]: "
title: ""
labels: ["enhancement"]
---
## :mag: Context & Issue

View File

@@ -4,8 +4,6 @@ about: "The default template."
title: ""
---
<!-- REMOVE THE ABOVE BEFORE CREATING PULL REQUEST. -->
## :mag: Motivation & Context
<!---