Skip to content

Commit 4019101

Browse files
committed
Update github templates
1 parent d69df01 commit 4019101

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.github/issue_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Overview
22

3-
Please replace this line with full information about your idea or problem. If it's a bug please share as much as possible to reproduce it
3+
Please replace this line with full information about your idea or problem. If it's a bug share as much as possible to reproduce it
44

55
---
66

7-
Please preserve this line to notify the @frictionlessdata/python team
7+
Please preserve this line to notify @roll (maintainer of this repository)

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Overview
22

3-
Please replace this line with full information about your pull request. Please make sure that tests pass before publishing it
3+
Please replace this line with full information about your pull request. Make sure that tests pass before publishing it
44

55
---
66

7-
Please preserve this line to notify the @frictionlessdata/python team
7+
Please preserve this line to notify @roll (maintainer of this repository)

.github/stale.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
11
# Number of days of inactivity before an issue becomes stale
22
daysUntilStale: 90
3+
34
# Number of days of inactivity before a stale issue is closed
45
daysUntilClose: 30
6+
57
# Issues with these labels will never be considered stale
68
exemptLabels:
79
- feature
810
- enhancement
911
- bug
12+
1013
# Label to use when marking an issue as stale
1114
staleLabel: wontfix
15+
1216
# Comment to post when marking an issue as stale. Set to `false` to disable
1317
markComment: >
1418
This issue has been automatically marked as stale because it has not had
1519
recent activity. It will be closed if no further activity occurs. Thank you
1620
for your contributions.
21+
1722
# Comment to post when closing a stale issue. Set to `false` to disable
1823
closeComment: false

0 commit comments

Comments
 (0)