(#13102) docs: Document working locally + Conan 2.0 commands

* docs: Document working locally + Conan 2.0 commands

I also snuck in some format and link fixes

* Apply suggestions from code review

Co-authored-by: Uilian Ries <uilianries@gmail.com>

* Update docs/README.md

* Update docs/developing_recipes_locally.md

* Apply suggestions from code review

Co-authored-by: Jordan Williams <jordan@jwillikers.com>

* Update CONTRIBUTING.md

Co-authored-by: Uilian Ries <uilianries@gmail.com>

* merge linters into dev locally

* links and touch ups

* fix links

* Apply suggestions from code review

Co-authored-by: Jordan Williams <jordan@jwillikers.com>

Co-authored-by: Uilian Ries <uilianries@gmail.com>
Co-authored-by: Jordan Williams <jordan@jwillikers.com>
This commit is contained in:
Chris Mc
2022-10-06 12:06:22 -07:00
committed by GitHub
parent 22d8d24df0
commit 318053389c
9 changed files with 315 additions and 142 deletions

View File

@@ -12,7 +12,11 @@ special meaning:
* [Infrastructure](#infrastructure)
* [Stale](#stale)
* [Unexpected Error](#unexpected-error)
* [User-approval pending](#user-approval-pending)<!-- endToc -->
* [User-approval pending](#user-approval-pending)
* [Library Request](#library-request)
* [Question](#question)
* [Upstream Update](#upstream-update)
* [conan.io/center](#conaniocenter)<!-- endToc -->
## Bump dependencies
@@ -62,3 +66,20 @@ will be changed to the status `Pending — This commit is being built` to signal
Label [`User-approval pending`](https://github.com/conan-io/conan-center-index/pulls?q=is%3Aopen+is%3Apr+label%3A%22User-approval+pending%22)
signals the pull request that have been submitted by an user who is not yet approved in ConanCenter. Once the user is
approved these pull requests will be triggered again automatically.
## Library Request
Request a new package to be created.
## Question
Further information is requested. Usually these are for issue where help is needed to solve a specific issue. These are a great way
to look for advice or recommendation about making changes to recipes.
## Upstream Update
Request a bump of a new package version.
## conan.io/center
Issues and features related to Web UI.