From 6d3d1301e2d50871c7b88c931fd6ff2cb827ed21 Mon Sep 17 00:00:00 2001 From: Tim Vink Date: Wed, 11 Dec 2019 17:17:54 +0100 Subject: [PATCH 1/2] Added translation issue template (#1377) * Update issue templates Add `translate.md` * Update link to new translation issue --- .github/ISSUE_TEMPLATE/bug.md | 4 +++ .github/ISSUE_TEMPLATE/feature.md | 4 +++ .github/ISSUE_TEMPLATE/question.md | 4 +++ .github/ISSUE_TEMPLATE/translate.md | 42 +++++++++++++++++++++++++++++ docs/getting-started.md | 4 +-- 5 files changed, 56 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/translate.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index b6632ba76..5a3bed742 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -1,6 +1,10 @@ --- name: Bug about: Report a bug +title: '' +labels: '' +assignees: '' + ---