From 18509328064c8b7492af8d258c83f2545030049e Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Mon, 23 Dec 2024 11:15:33 -0800 Subject: [PATCH] issue templates to steer the public elsewhere (#994) Co-authored-by: Steven R. Loomis --- .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..f1a36f2ff --- /dev/null +++ b/.github/ISSUE_TEMPLATE/unicodedata.md @@ -0,0 +1,14 @@ +--- +name: Feedback on Unicode data, properties, algorithms +about: Not for reporting bugs or suggestions +title: '' +labels: '' +assignees: '' + +--- + +## Members of UTC/PAG and other Unicoders with access +Please submit an issue in the Unicode-internal PAG repo. + +## 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..cf4a42b03 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/unicodetools.md @@ -0,0 +1,13 @@ +--- +name: Feedback on the internal Unicode Tools code and processes +about: Internal tools used by UTC/PAG +title: '' +labels: '' +assignees: '' + +--- + +(Bugs, suggestions, ideas for internal Unicode Tools code, for its maintainers, their processes, etc.) + +(These tools are public and open source but not public deliverables. They are used internally by Unicode maintainers. +Data is published at https://www.unicode.org/Public/ -- feedback: https://www.unicode.org/reporting.html) \ No newline at end of file