mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-11 16:24:11 +01:00
GitHub: Delete question.yml and question.md
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -1,5 +1,5 @@
|
||||
name: Bug Report 🐞
|
||||
description: Report a new and clearly identified bug that must be fixed directly in the application
|
||||
description: Report a new and clearly identified bug that must be fixed directly in the application.
|
||||
title: "Category: Short bug description (PLEASE CHANGE)"
|
||||
labels:
|
||||
- bug
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
@@ -1,5 +1,5 @@
|
||||
name: Feature Request
|
||||
description: Suggest a new feature or enhancement
|
||||
description: Suggest a new feature or enhancement.
|
||||
title: "Category: Short feature description (PLEASE CHANGE)"
|
||||
labels:
|
||||
- idea
|
||||
|
||||
18
.github/ISSUE_TEMPLATE/question.md
vendored
18
.github/ISSUE_TEMPLATE/question.md
vendored
@@ -1,18 +0,0 @@
|
||||
---
|
||||
name: Question 💬
|
||||
about: You have a general question or need assistance
|
||||
title: 'PLEASE DO NOT OPEN AN ISSUE FOR YOUR QUESTION, AND USE GITHUB DISCUSSIONS OR OUR COMMUNITY CHAT INSTEAD'
|
||||
labels: question
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
FOR GENERAL QUESTIONS, TECHNICAL SUPPORT, AND TO GET TO KNOW OTHER COMMUNITY MEMBERS:
|
||||
|
||||
<https://github.com/photoprism/photoprism/discussions>
|
||||
|
||||
OUR TROUBLESHOOTING CHECKLISTS HELP YOU QUICKLY DIAGNOSE AND FIX COMMON PROBLEMS:
|
||||
|
||||
<https://docs.photoprism.app/getting-started/troubleshooting/>
|
||||
|
||||
PLEASE DO NOT OPEN AN ISSUE FOR YOUR QUESTION, AND USE GITHUB DISCUSSIONS OR OUR COMMUNITY CHAT INSTEAD. THANK YOU VERY MUCH!
|
||||
27
.github/ISSUE_TEMPLATE/question.yml
vendored
27
.github/ISSUE_TEMPLATE/question.yml
vendored
@@ -1,27 +0,0 @@
|
||||
name: Question 💬
|
||||
description: Use Discussions for general questions, community support, and troubleshooting help
|
||||
title: "Category: Question details (PLEASE CHANGE)"
|
||||
labels:
|
||||
- question
|
||||
assignees: []
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Use Discussions for general questions, community support, and troubleshooting help:
|
||||
https://github.com/photoprism/photoprism/discussions
|
||||
- type: checkboxes
|
||||
id: question-confirmation
|
||||
attributes:
|
||||
label: Please Confirm
|
||||
options:
|
||||
- label: I understand that questions should not be asked through GitHub Issues
|
||||
required: true
|
||||
- type: textarea
|
||||
id: your-question
|
||||
attributes:
|
||||
label: Your Question
|
||||
description: Provide the specific question and the context needed to answer it.
|
||||
placeholder: Summarize your question, the context, and any resources you have already reviewed.
|
||||
validations:
|
||||
required: true
|
||||
Reference in New Issue
Block a user