mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-08-09 07:48:56 +00:00
(#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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user