noctalia-shell/.github/ISSUE_TEMPLATE/config.yml
Ly-sec 6f7528c87a Added issue templates and fixed screenRecorder status symbol
ScreenRecorder: add proper checks for screenRecorder
ISSUE_TEMPLATE: add bug_report and feature_request
2025-08-27 13:21:53 +02:00

12 lines
385 B
YAML

blank_issues_enabled: false
issue_templates:
- name: "Bug Report"
description: "Report a bug in the system."
title: "[Bug]: "
labels: ["bug"]
body: "./ISSUE_TEMPLATE/bug_report.md"
- name: "Feature Request"
description: "Propose a new feature or improvement."
title: "[Feature]: "
labels: ["enhancement"]
body: "./ISSUE_TEMPLATE/feature_request.md"