Skip to content

Commit

Permalink
Merge pull request #7766 from nextcloud/feature/gh-issue-types-templates
Browse files Browse the repository at this point in the history
github: Implement issue types in issue templates
  • Loading branch information
claucambra authored Jan 17, 2025
2 parents c393b2c + 9b32a7b commit 4a99ee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: "🐞 Bug report"
description: "Help us to improve by reporting a bug"
title: "[Bug]: "
labels: ["bug", "0. Needs triage"]
type: "Bug"
body:
- type: markdown
attributes:
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: 🚀 Feature request
about: Suggest an idea for this app
labels: 0. Needs triage, enhancement
type: Enhancement
---

<!--- Please keep this note for other contributors -->
Expand Down

0 comments on commit 4a99ee2

Please sign in to comment.