-
-
Notifications
You must be signed in to change notification settings - Fork 500
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
added headers to regex filtering #1142
Conversation
@all-contributors add @sitiom for infra and documentation |
I've put up a pull request to add @sitiom! 🎉 |
@all-contributors add @JulianGR for infra, documentation, and ideas |
I've put up a pull request to add @JulianGR! 🎉 |
@all-contributors add @wikamp-collaborator for ideas, infra |
I've put up a pull request to add @wikamp-collaborator! 🎉 |
@all-contributors add @L1-0 for bugs |
I've put up a pull request to add @L1-0! 🎉 |
@all-contributors add @sa7mon for ideas |
I've put up a pull request to add @sa7mon! 🎉 |
Landing a Pull Request (PR)
closes #663
closes #1141
closes #1150
closes #1149
closes #1145
Long form explanations of most of the items below can be found in the CONTRIBUTING guide.
Branching checklist
Static analysis checks
cargo fmt
clippy
checks pass when runningcargo clippy --all-targets --all-features -- -D warnings -A clippy::mutex-atomic
Documentation
docs
, as needed. The docs live in a separate repository. Update the appropriate pages at the links below.Additional Tests