From 52404ebe179a486f1cd2f9357ed523bd5e0d9a61 Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Fri, 20 Dec 2024 14:58:21 -0800 Subject: [PATCH 1/4] 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 From a0eb8815d255e6aa34a9d125c5b7aae92ae02988 Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Fri, 20 Dec 2024 15:24:33 -0800 Subject: [PATCH 2/4] Apply suggestions from code review Co-authored-by: Steven R. Loomis --- .github/ISSUE_TEMPLATE/unicodedata.md | 2 +- .github/ISSUE_TEMPLATE/unicodetools.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/unicodedata.md b/.github/ISSUE_TEMPLATE/unicodedata.md index 5188452d5..fb1b57097 100644 --- a/.github/ISSUE_TEMPLATE/unicodedata.md +++ b/.github/ISSUE_TEMPLATE/unicodedata.md @@ -1,6 +1,6 @@ --- name: Feedback on Unicode data, properties, algorithms -about: Report bugs and suggestions elsewhere +about: Not for reporting bugs or suggestions title: '' labels: '' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/unicodetools.md b/.github/ISSUE_TEMPLATE/unicodetools.md index d566c017a..a7bc4a585 100644 --- a/.github/ISSUE_TEMPLATE/unicodetools.md +++ b/.github/ISSUE_TEMPLATE/unicodetools.md @@ -1,13 +1,13 @@ --- -name: Feedback on the Unicode Tools code and processes -about: Mostly-Unicode-internal Unicode Tools +name: Feedback on the internal Unicode Tools code and processes +about: internal tools used by Unicode committees during various processes title: '' labels: '' assignees: '' --- -(Bugs, suggestions, ideas for Unicode Tools code, for its maintainers, their processes, etc.) +(Bugs, suggestions, ideas for internal Unicode Tools code, for its maintainers, their processes, etc.) -(These tools are publicly visible but treated as an implementation detail of PAG. +(These tools are public and open source but are 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 From 0dd98a021bcb192bc7ad036b487aee4a716bd7ad Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Fri, 20 Dec 2024 15:27:42 -0800 Subject: [PATCH 3/4] about wording --- .github/ISSUE_TEMPLATE/unicodetools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/unicodetools.md b/.github/ISSUE_TEMPLATE/unicodetools.md index a7bc4a585..20177ae41 100644 --- a/.github/ISSUE_TEMPLATE/unicodetools.md +++ b/.github/ISSUE_TEMPLATE/unicodetools.md @@ -1,6 +1,6 @@ --- name: Feedback on the internal Unicode Tools code and processes -about: internal tools used by Unicode committees during various processes +about: Internal tools used by UTC/PAG title: '' labels: '' assignees: '' From bb69d56747eca0eadab518a63d679e1f18e49f6c Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Fri, 20 Dec 2024 15:38:38 -0800 Subject: [PATCH 4/4] feedback fiddling --- .github/ISSUE_TEMPLATE/unicodedata.md | 4 ++-- .github/ISSUE_TEMPLATE/unicodetools.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/unicodedata.md b/.github/ISSUE_TEMPLATE/unicodedata.md index fb1b57097..f1a36f2ff 100644 --- a/.github/ISSUE_TEMPLATE/unicodedata.md +++ b/.github/ISSUE_TEMPLATE/unicodedata.md @@ -7,8 +7,8 @@ assignees: '' --- -## If you have access to the Unicode-internal PAG repo -Please submit a PAG issue there. +## 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 index 20177ae41..cf4a42b03 100644 --- a/.github/ISSUE_TEMPLATE/unicodetools.md +++ b/.github/ISSUE_TEMPLATE/unicodetools.md @@ -9,5 +9,5 @@ assignees: '' (Bugs, suggestions, ideas for internal Unicode Tools code, for its maintainers, their processes, etc.) -(These tools are public and open source but are treated as an implementation detail of PAG. +(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