Docs: Update GitHub Issue templates
This commit is contained in:
parent
1c06653286
commit
ca8ca0c9a0
3 changed files with 4 additions and 4 deletions
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
name: Bug Report
|
||||
about: Create a report to help us improve
|
||||
title: 'Bug: Short Issue Description'
|
||||
title: 'Category: Short Description'
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
|
|
2
.github/ISSUE_TEMPLATE/feature-request.md
vendored
2
.github/ISSUE_TEMPLATE/feature-request.md
vendored
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
name: Feature Request
|
||||
about: Suggest a new feature or improvement
|
||||
title: " "
|
||||
title: 'Category: Short Description'
|
||||
labels: idea
|
||||
assignees: ''
|
||||
|
||||
|
|
4
.github/ISSUE_TEMPLATE/question.md
vendored
4
.github/ISSUE_TEMPLATE/question.md
vendored
|
@ -1,13 +1,13 @@
|
|||
---
|
||||
name: Question
|
||||
about: You have a general question or need assistance
|
||||
title: STOP! PLEASE NEVER USE GITHUB ISSUES, USE GITHUB DISCUSSIONS INSTEAD! 🙏
|
||||
title: 'STOP! NEVER USE GITHUB ISSUES, USE GITHUB DISCUSSIONS INSTEAD! 🙏'
|
||||
labels: question
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
Never use GitHub Issues if you are unsure, have a general question, or need assistance. Thank you! 💐
|
||||
Never use GitHub Issues if you have a general question or need assistance. Thank you! 💐
|
||||
|
||||
You are welcome to use GitHub Discussions instead:
|
||||
https://github.com/photoprism/photoprism/discussions
|
||||
|
|
Loading…
Reference in a new issue