Skip to content

Commit

Permalink
Add GREN template
Browse files Browse the repository at this point in the history
  • Loading branch information
datdamnzotz committed Nov 13, 2020
1 parent 73b1f6f commit 8701d41
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .grenrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
module.exports = {
"prefix": "v",
"ignoreIssuesWith": [
"duplicate",
"wontfix",
"invalid",
"help wanted"
],
"template": {
"issue": "- [{{text}}]({{url}}) {{name}}"
},
"groupBy": {
"Enhancements:": ["enhancement", "internal"],
"Bug Fixes:": ["bug"]
}
};

0 comments on commit 8701d41

Please sign in to comment.