From 97dea14f7f0b255bc1448fada29318e74a82a84e Mon Sep 17 00:00:00 2001 From: Psitacus Date: Fri, 15 Aug 2025 18:05:22 -0600 Subject: [PATCH] add typo report template --- .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