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
parent
commit
3e279e0575
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 2
      .github/ISSUE_TEMPLATE/feature_request.md

4
.github/ISSUE_TEMPLATE/bug_report.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
.github/ISSUE_TEMPLATE/feature_request.md

@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
labels: enhancement
assignees: ''
---

Loading…
Cancel
Save