Skip to content

Commit b88d162

Browse files
committed
Add link to the feature freeze tracking issue to the book
1 parent 6f0fae3 commit b88d162

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/feature-freeze.yml renamed to .github/workflows/feature_freeze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
COMMENT="**Seems that you are trying to add a new lint!**\nWe are currently in a [feature freeze](https://doc.rust-lang.org/nightly/clippy/development/feature_freeze.html), so we are delaying all lint-adding PRs to August 1st and focusing on bugfixes.\nThanks a lot for your contribution, and sorry for the inconvenience.\nWith ❤ from the Clippy team"
2323
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
2424
COMMENT_URL="https://api.github.com/repos/${{ github.repository }}/issues/${PR_NUMBER}/comments"
25-
curl -s -H "Authorization: token ${GITHUB_TOKEN}" -X POST $COMMENT_URL -d "{\"body\":\"$COMMENT\"}"
25+
curl -s -H "Authorization: token ${GITHUB_TOKEN}" -X POST $COMMENT_URL -d "{\"body\":\"$COMMENT\"}"

book/src/development/feature_freeze.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ adding additional load into our reviewing schedules.
2626
Thanks a lot to everyone who wants to help Clippy become better software in this feature freeze period!
2727
If you'd like to help, making a bugfix, making sure that it works, and opening a PR is a great step!
2828

29+
To find things to fix, go to the [tracking issue][tracking_issue], find an issue that you like, go there and claim that
30+
issue with `@rustbot claim`.
31+
2932
As a general metric and always taking into account your skill and knowledge level, you can use this guide:
3033

3134
- 🟥 [ICEs][search_ice], these are compiler errors that causes Clippy to panic and crash. Usually involves high-level
@@ -49,3 +52,4 @@ trench coat.
4952
[sugg_causes_bug]: https://github.com/rust-lang/rust-clippy/issues?q=sort%3Aupdated-desc%20state%3Aopen%20label%3AI-suggestion-causes-bug
5053
[sugg_causes_error]: https://github.com/rust-lang/rust-clippy/issues?q=sort%3Aupdated-desc%20state%3Aopen%20label%3AI-suggestion-causes-error%20
5154
[false_positive]: https://github.com/rust-lang/rust-clippy/issues?q=sort%3Aupdated-desc%20state%3Aopen%20label%3AI-false-positive
55+
[tracking_issue]: https://github.com/rust-lang/rust-clippy/issues/15086

0 commit comments

Comments
 (0)