Skip to content

Commit

Permalink
Issue templates: enable auto-labelling feature & documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
florisvdh committed Dec 19, 2023
1 parent 907766d commit 23a64c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/40_feature.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Feature request
description: "Suggest an idea for a new feature."
labels: [null]
labels: ["feature"]
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/50_documentation.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Documentation idea
description: "Report a documentation shortcoming or suggest a documentation improvement."
labels: [null]
labels: ["documentation"]
body:
- type: markdown
attributes:
Expand Down

0 comments on commit 23a64c4

Please sign in to comment.