Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add deprecate guidelines doc [draft] #150

Merged
merged 22 commits into from
Jun 5, 2019
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/drafts/DEPRECATE-GUIDELINES.md
Co-Authored-By: Jordan Harband <ljharb@gmail.com>
  • Loading branch information
jchip and ljharb committed May 24, 2019
commit d0617adcafe0e5adbdd9ff22f69c50bd3dba11dd
2 changes: 1 addition & 1 deletion docs/drafts/DEPRECATE-GUIDELINES.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Some criteria to determine if it's unmaintained:
- The author is no longer responding to questions, issues, or PRs; making any updates; and specifically, not responding to repeat "are you there" inquiries for critical issues.
- The author may have explicitly indicated that they will stop all activities on the package.
- The author has explicitly indicated that an alternative package should be used instead.
- Critical issues exist for the package and not being addressed
- Critical issues exist for the package that are not being addressed
- Known vulnerabilities identified by `npm audit` or other parties
- Package is known to fail for LTS Node.js

Expand Down