diff options
author | Tobias Weimer <tweimer@users.noreply.github.com> | 2019-03-23 13:38:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-23 13:38:07 +0100 |
commit | bab2a982b4d5afc8a46c3d00c5a31a2a082b1c4d (patch) | |
tree | f289fc06f37649485d001b61421491134a778de0 /.github | |
parent | 42ecdeca853a425c8cec344a57826b9375153ca0 (diff) |
Update issue templates
Added default labels
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 4 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ed5ac0901b..18591a61b6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,8 +1,12 @@ --- name: Bug report about: Create a report to help us improve Miranda NG. +title: '' +labels: bug +assignees: '' --- + ### Expected behavior What did you expect? diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 20199918a3..9ec5df0e45 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,9 @@ --- name: Feature request about: Suggest an idea for Miranda NG. +title: '' +labels: enhancement +assignees: '' --- @@ -15,4 +18,3 @@ A clear and concise description of any alternative solutions or features you've **Additional context** Add any other context or screenshots about the feature request here. - |