From 52404ebe179a486f1cd2f9357ed523bd5e0d9a61 Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Fri, 20 Dec 2024 14:58:21 -0800 Subject: [PATCH] issue templates to steer the public elsewhere --- .github/ISSUE_TEMPLATE/unicodedata.md | 14 ++++++++++++++ .github/ISSUE_TEMPLATE/unicodetools.md | 13 +++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/unicodedata.md create mode 100644 .github/ISSUE_TEMPLATE/unicodetools.md diff --git a/.github/ISSUE_TEMPLATE/unicodedata.md b/.github/ISSUE_TEMPLATE/unicodedata.md new file mode 100644 index 000000000..5188452d5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/unicodedata.md @@ -0,0 +1,14 @@ +--- +name: Feedback on Unicode data, properties, algorithms +about: Report bugs and suggestions elsewhere +title: '' +labels: '' +assignees: '' + +--- + +## If you have access to the Unicode-internal PAG repo +Please submit a PAG issue there. + +## Otherwise +Please submit feedback via https://www.unicode.org/reporting.html \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/unicodetools.md b/.github/ISSUE_TEMPLATE/unicodetools.md new file mode 100644 index 000000000..d566c017a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/unicodetools.md @@ -0,0 +1,13 @@ +--- +name: Feedback on the Unicode Tools code and processes +about: Mostly-Unicode-internal Unicode Tools +title: '' +labels: '' +assignees: '' + +--- + +(Bugs, suggestions, ideas for Unicode Tools code, for its maintainers, their processes, etc.) + +(These tools are publicly visible but treated as an implementation detail of PAG. +Data is published at https://www.unicode.org/Public/ -- feedback: https://www.unicode.org/reporting.html) \ No newline at end of file