mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-08-11 16:58:10 +00:00

* Remove trailing spaces - deleted by my IDE * Change to style of heading that mdsnippets understands * Add table-of-contents placeholders, for use by mdsnippets * Add table of contents links - by running mdsnippets (The mdsnippets config file, in the root directory, will be added in a separate PR, as required by repo policies) * Fix 2 typos * Add table of contents.
30 lines
1.8 KiB
Markdown
30 lines
1.8 KiB
Markdown
# Community Resources
|
|
|
|
This is a curated list of various bots and helpful tools that aim to making approaching Conan-Center-Index and contributing easier.
|
|
|
|
<!-- toc -->
|
|
## Contents
|
|
|
|
* [Bots](#bots)
|
|
* [Tools](#tools)<!-- endToc -->
|
|
|
|
## Bots
|
|
|
|
- [Updatable Recipes](https://github.com/qchateau/conan-center-bot): Automatically scans available recipes and checked for new upstream releases and tests one configuration
|
|
- The results can be found here: https://qchateau.github.io/conan-center-bot/#/updatable
|
|
- [Conflicting Pull Requests](https://github.com/ericLemanissier/conan-center-conflicting-prs): Checks all the open pull requests for those which edit the same
|
|
recipe files and posts a message.
|
|
- The results can be found here: https://github.com/conan-io/conan-center-index/issues/3571
|
|
- [Pending Review](https://github.com/prince-chrismc/conan-center-index-pending-review)
|
|
- The results can be found here: https://github.com/prince-chrismc/conan-center-index-pending-review/issues/1
|
|
- [System Package Checks](https://github.com/bincrafters/system-packages-checks): Builds automatically all `system` versions of recipes merged on CCI
|
|
and being pull requested on a selection of Linux distributions and FreeBSD
|
|
- The results can be found here: https://github.com/bincrafters/system-packages-checks/actions?query=workflow%3ACI
|
|
|
|
## Tools
|
|
|
|
- [FreeBSD Testing](https://github.com/ericLemanissier/conan-center-index/tree/freebsd): Detects pull requests with `FreeBSD` in the description and runs a test for
|
|
one configuration on that platform
|
|
- The results can be found here: https://github.com/ericLemanissier/conan-center-index/actions?query=workflow%3ACI
|
|
- [Bincrafters Conventions](https://github.com/bincrafters/bincrafters-conventions): Automatically updates Conan recipes to the latest conventions and rules
|