chore(github): initial issue templates

This commit is contained in:
2025-10-28 16:35:12 -04:00
parent 6f60a279c3
commit fb342e12cb
2 changed files with 41 additions and 0 deletions

33
.github/ISSUE_TEMPLATE/bug-report.yaml vendored Normal file
View File

@@ -0,0 +1,33 @@
name: Bug Report
description: File a bug report.
title: "bug: "
labels: ["bug", "triage"]
assignees:
- edera-dev/engineering
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
value: "A bug happened!"
validations:
required: true
- type: input
id: version
attributes:
label: Version / Commit
description: What version of Sprout are you running?
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell

8
.github/ISSUE_TEMPLATE/config.yaml vendored Normal file
View File

@@ -0,0 +1,8 @@
blank_issues_enabled: true
contact_links:
- name: Community Discussions
url: https://github.com/edera-dev/sprout/discussions
about: Please ask and answer questions here.
- name: Security Advisory
url: https://github.com/edera-dev/sprout/security/advisories/new
about: Please report security vulnerabilities here.