From b71759bde51e015f0bbbdc01632c9c2e05a7795a Mon Sep 17 00:00:00 2001 From: "S. Kozyr" Date: Thu, 2 Feb 2023 10:07:35 +0200 Subject: [PATCH] Added .github/ISSUE_TEMPLATE/config.yml Signed-off-by: S. Kozyr --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..42a3dcc7f0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: true +contact_links: + - name: Discussions + url: https://github.com/organicmaps/organicmaps/discussions + about: For discussions about the usage of OrganicMaps, asking questions or talking about ideas which are not yet actionable. + - name: Translations + url: https://github.com/organicmaps/organicmaps/blob/master/docs/TRANSLATIONS.md + about: For contributing translations of OrganicMaps \ No newline at end of file