遵循以下最佳实践的项目将能够自愿的自我认证,并显示他们已经实现了核心基础设施计划(OpenSSF)徽章。 显示详细资料
[](https://www.bestpractices.dev/projects/3328)
<a href="https://www.bestpractices.dev/projects/3328"><img src="https://www.bestpractices.dev/projects/3328/badge"></a>
An RSS/Atom feed reader for text terminals
"Contributing" section of our links to a document that mentions our coding guide: https://github.com/newsboat/newsboat#contributing That document also lists some of the guidelines for contributions.
https://github.com/newsboat/newsboat/issues
We ask for test when the subsystem already has some, but this policy is not yet documented.
This is met by -Werror for C++ code https://github.com/newsboat/newsboat/blob/00a7c26d47ea83408f6b69c6a968a2c36d2d6cc9/Makefile#L19 and -D warnings for Rust code https://github.com/newsboat/newsboat/blob/1a71f953905976d50ba816967864eb52080e092c/.cirrus.yml.
-Werror
-D warnings
This isn't applicable since Newsboat doesn't implement and doesn't directly control what cryptography is used (e.g. client and server are free to negotiate any algorithm during HTTPS handshake, Newsboat has no say in that).
后退