diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml new file mode 100644 index 0000000..56ce37b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 0000000..688f4fb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -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.