Skip to content

Commit b52fc89

Browse files
committed
Merge branch 'master' of github.com:remy/nodemon
* 'master' of github.com:remy/nodemon: chore: update issue template chore: fix stale.yml
2 parents f523d0e + 46791d6 commit b52fc89

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ assignees: ''
1414
gulp, grunt, webpack, etc. Thank you so much <3
1515
-->
1616

17+
- Versions: <!-- run this: node -e 'console.log(`node@${process.version}, ${process.platform}@${require(\"os\").release()}`)' -->
1718
- `nodemon -v`:
18-
- `node -v`:
19-
- Operating system/terminal environment:
19+
- Operating system/terminal environment (powershell, gitshell, etc):
2020
- Using Docker? What image:
2121
- Command you ran:
2222

.github/workflows/stale.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,4 @@ jobs:
2929
3030
Thank you for contributing <3
3131
close-issue-message: 'Automatically closing this issue due to lack of activity'
32-
exempt-issue-labels:
33-
- not-stale
34-
- security
35-
- pinned
32+
exempt-issue-labels: not-stale,security,pinned

0 commit comments

Comments
 (0)