From ca5fee6db9838fb5dc4a9e5e47526da19b0feb3b Mon Sep 17 00:00:00 2001 From: 23rd <23rd@vivaldi.net> Date: Sun, 30 Jun 2019 11:29:33 +0300 Subject: [PATCH] Added issue templates for feature requests and questions. --- .../BUG_REPORT.md} | 6 ++++++ .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | 18 ++++++++++++++++++ .github/ISSUE_TEMPLATE/QUESTION.md | 8 ++++++++ 3 files changed, 32 insertions(+) rename .github/{ISSUE_TEMPLATE.md => ISSUE_TEMPLATE/BUG_REPORT.md} (86%) create mode 100644 .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md create mode 100644 .github/ISSUE_TEMPLATE/QUESTION.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md similarity index 86% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/BUG_REPORT.md index 5d163f54a..cb33b88a7 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -1,3 +1,9 @@ +--- +name: Bug report +about: Report errors or unexpected behavior. + +--- + <!-- Thanks for reporting issues of Telegram Desktop! diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md new file mode 100644 index 000000000..b7f09b177 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -0,0 +1,18 @@ +--- +name: Feature request +about: Suggest an idea. +title: "[Feature Request] " + +--- + +### Is your feature request related to a problem? +A clear and concise description of what the problem is. + +### Describe the solution you'd like +A clear and concise description of what you want to happen. + +### Describe alternatives you've considered +A clear and concise description of any alternative solutions or features you've considered. + +### Additional context +Add any other context or screenshots about the feature request here. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/QUESTION.md b/.github/ISSUE_TEMPLATE/QUESTION.md new file mode 100644 index 000000000..ffd57814a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/QUESTION.md @@ -0,0 +1,8 @@ +--- +name: Question +about: Ask a question. +title: "[Question] " +labels: 'question' +assignees: '' + +---