Skip to content

Commit

Permalink
Merge pull request #86 from DenverCoderOne/templates
Browse files Browse the repository at this point in the history
Apply some labels automatically when templates are used
  • Loading branch information
Ashutosh00710 authored Oct 3, 2021
2 parents 709f8fa + 09175d9 commit c8eed8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Bug Report
about: Create a report to help us improve
title: BUG
labels: ''
title: 'BUG: '
labels: 'bug'
assignees: ''

---
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Feature request
about: Suggest an idea for this project
title: NEW FEATURE REQUEST
labels: ''
title: 'NEW FEATURE: '
labels: 'enhancement'
assignees: ''

---
Expand Down

0 comments on commit c8eed8a

Please sign in to comment.