From 79c7ec8379738ab7deaf8e20a66d7bbc9d2a7310 Mon Sep 17 00:00:00 2001 From: mueller-ma Date: Sat, 18 Mar 2023 09:12:51 +0100 Subject: [PATCH] Add issue template for Sitemap changes (#3427) This makes sure all maintainers are notified. Signed-off-by: mueller-ma --- .github/issue_template/sitemap_change.md | 43 ++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .github/issue_template/sitemap_change.md diff --git a/.github/issue_template/sitemap_change.md b/.github/issue_template/sitemap_change.md new file mode 100644 index 000000000..52975ceb2 --- /dev/null +++ b/.github/issue_template/sitemap_change.md @@ -0,0 +1,43 @@ +--- +name: Suggest a Sitemap change +about: 'Suggest a change in the Sitemap syntax and corresponding UIs' +labels: sitemap +--- + +### Is your feature request related to a problem? Please describe. + + +### Describe the solution you'd like + + +### Describe alternatives you've considered + + +### Additional context + + +### Coordination between maintainers + + +Notify maintainers of other UIs: +@openhab/webui-maintainers +@openhab/android-maintainers +@openhab/ios-maintainers + +Checklist for implementation: +- [ ] Core +- [ ] Basic UI +- [ ] Main UI +- [ ] Android app +- [ ] iOS app +- [ ] Docs