From 264ba44a147f2dffc24256545e3f65444e5aa453 Mon Sep 17 00:00:00 2001 From: Psitacus <59754077+Psitacus@users.noreply.github.com> Date: Fri, 15 Aug 2025 20:05:02 -0600 Subject: [PATCH] add typo report template (#971) Co-authored-by: Psitacus --- .github/ISSUE_TEMPLATE/typo_report.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/typo_report.md diff --git a/.github/ISSUE_TEMPLATE/typo_report.md b/.github/ISSUE_TEMPLATE/typo_report.md new file mode 100644 index 00000000..67b1cd98 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/typo_report.md @@ -0,0 +1,9 @@ +--- +name: Typo report +about: Create a new issue to report a compendium typo +title: "[TYPO] - " +labels: compendium, typo +type: bug +assignees: '' + +--- \ No newline at end of file