diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8fc95e8..d85b2bb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -14,9 +14,9 @@ assignees: '' gulp, grunt, webpack, etc. Thank you so much <3 --> +- Versions: - `nodemon -v`: -- `node -v`: -- Operating system/terminal environment: +- Operating system/terminal environment (powershell, gitshell, etc): - Using Docker? What image: - Command you ran: diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index b53c3c2..4a37389 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -29,7 +29,4 @@ jobs: Thank you for contributing <3 close-issue-message: 'Automatically closing this issue due to lack of activity' - exempt-issue-labels: - - not-stale - - security - - pinned + exempt-issue-labels: not-stale,security,pinned