forked from ChurchCRM/CRM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.grenrc.json
34 lines (34 loc) · 1.02 KB
/
.grenrc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"username": "ChurchCRM",
"repo": "CRM",
"tags": "all",
"timeWrap": "history",
"dataSource": "issues",
"groupBy": {
"Feature Requests:": ["Feature Request"],
"Enhancements:": ["enhancement"],
"Core Functionality": [
"Feature: Events",
"Feature: Financial",
"Feature: Groups",
"Feature: Members",
"Feature: Reports",
"Feature: Sunday School",
"Feature: Users",
"Installation / Upgrade",
"API",
"Configuration",
"Data: Custom Field Promotion",
"Feature: Data Import / Export",
"Feature: Emails",
"Feature: SMS",
"Feature: Social",
"Mobile"
],
"Localization:": ["Localization"],
"Performance:": ["Performance"],
"Bug fixes:": ["bug", "P0 - Urgent"],
"Inner Beauty:": ["development","build", "Backend System", "Code Smell"]
},
"ignoreIssuesWith": ["wontfix","duplicate","norepro"]
}