Browse Source
Merge pull request #5319 from AvaloniaUI/issue-template-labels
Add labels to issue templates
pull/5414/head
Steven Kirk
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
3 deletions
-
.github/ISSUE_TEMPLATE/bug_report.md
-
.github/ISSUE_TEMPLATE/feature_request.md
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
--- |
|
|
|
name: Bug report |
|
|
|
about: Create a report to help us improve |
|
|
|
about: Create a report to help us improve Avalonia |
|
|
|
title: '' |
|
|
|
labels: '' |
|
|
|
labels: bug |
|
|
|
assignees: '' |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
name: Feature request |
|
|
|
about: Suggest an idea for this project |
|
|
|
title: '' |
|
|
|
labels: '' |
|
|
|
labels: enhancement |
|
|
|
assignees: '' |
|
|
|
|
|
|
|
--- |
|
|
|
|