-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into openssl-bitcode
- Loading branch information
Showing
1,556 changed files
with
28,156 additions
and
15,736 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: 'ConanCenter: Web UI Bugs Or Requests' | ||
description: Bugs or feature requests for the Web UI of ConanCenter at https://conan.io/center | ||
title: '[conan.io/center] SHORT DESCRIPTION' | ||
labels: 'conan.io/center' | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to submit a report. | ||
**Please don't forget to update the issue title.** | ||
- type: textarea | ||
id: contents | ||
attributes: | ||
label: What is your problem/feature request? | ||
description: Please be as specific as possible! | ||
placeholder: Hi! I would like for ConanCenter to ... | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,81 +1,87 @@ | ||
name: 'Package: Bug Report' | ||
description: 'Report a bug, something does not work as it supposed to' | ||
description: 'Report a bug, something does not work as it is supposed to' | ||
title: '[package] <LIBRARY-NAME>/<LIBRARY-VERSION>: SHORT DESCRIPTION' | ||
labels: bug | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: What is not working? What were you expecting? Are there any workarounds? | ||
value: | | ||
_Please don't forget to update the issue title._ | ||
Missing profile or a short log will make extremely difficult to investigate your case or provide any help, | ||
please, include all applicable information with details to help us reproduce your problem. | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to submit a report. | ||
**Please don't forget to update the issue title.** | ||
Include all applicable information to help us reproduce | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: | | ||
What is not working? What were you expecting? Are there any workarounds? | ||
Remember that a missing profile or a short log will make extremely difficult | ||
to investigate your case or provide any help, please be as specific as possible. | ||
placeholder: Include all applicable information with details to help us reproduce your problem | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: env | ||
attributes: | ||
label: Package and Environment Details | ||
description: (Include every applicable attribute) | ||
value: | | ||
* Package Name/Version: **zlib/1.2.8** | ||
* Operating System+version: **Linux Ubuntu 18.04** | ||
* Compiler+version: **GCC 8** | ||
* Docker image: **conanio/gcc8** | ||
* Conan version: **conan 1.18.0** | ||
* Python version: **Python 3.7.4** | ||
placeholder: | | ||
cat /etc/lsb-release | grep | ||
gcc --version | ||
docker info | ||
cmake --version | ||
conan -v | ||
python3 --version | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: profile | ||
attributes: | ||
label: Conan profile | ||
description: Output of `conan profile show default` or `conan profile show <profile>` if a custom profile is in use | ||
value: | | ||
[settings] | ||
os=Macos | ||
os_build=Macos | ||
arch=armv8 | ||
arch_build=armv8 | ||
compiler=apple-clang | ||
compiler.version=14 | ||
compiler.libcxx=libc++ | ||
build_type=Release | ||
[options] | ||
[conf] | ||
[build_requires] | ||
[env] | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: steps | ||
attributes: | ||
label: Steps to reproduce | ||
description: Which commands did you run? | ||
placeholder: conan install -r conancenter foobar/0.1.0@ -pr:b=default -pr:h=default | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Logs | ||
description: Include/Attach the entire command output here. | ||
value: | | ||
<details><summary>Click to expand log</summary> | ||
- type: textarea | ||
attributes: | ||
label: Package and Environment Details | ||
description: (include every applicable attribute) | ||
value: | | ||
* Package Name/Version: **zlib/1.2.8** | ||
* Operating System+version: **Linux Ubuntu 18.04** | ||
* Compiler+version: **GCC 8** | ||
* Docker image: **conanio/gcc8** | ||
* Conan version: **conan 1.18.0** | ||
* Python version: **Python 3.7.4** | ||
placeholder: | | ||
cat /etc/lsb-release | grep | ||
gcc --version | ||
docker info | ||
cmake --version | ||
conan -v | ||
python3 --version | ||
validations: | ||
required: true | ||
``` | ||
Put your log output here | ||
``` | ||
- type: textarea | ||
attributes: | ||
label: Conan profile | ||
description: output of `conan profile show default` or `conan profile show <profile>` if custom profile is in use | ||
value: | | ||
[settings] | ||
os=Macos | ||
os_build=Macos | ||
arch=armv8 | ||
arch_build=armv8 | ||
compiler=apple-clang | ||
compiler.version=14 | ||
compiler.libcxx=libc++ | ||
build_type=Release | ||
[options] | ||
[conf] | ||
[build_requires] | ||
[env] | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce | ||
description: Which commands did you run? | ||
value: conan install -r conancenter foobar/0.1.0@ -pr:b=default -pr:h=default | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Logs | ||
description: Include/Attach the entire command output here. | ||
value: | | ||
<details><summary>Click to expand log</summary> | ||
``` | ||
Put your log output here | ||
``` | ||
</details> | ||
validations: | ||
required: true | ||
</details> | ||
validations: | ||
required: true |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
name: 'Package: Completely New Recipe' | ||
description: If you would like to see a completely new recipe | ||
title: '[request] <LIBRARY-NAME>/<LIBRARY-VERSION>' | ||
labels: 'library request' | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to submit your request. | ||
**Please don't forget to update the issue title.** | ||
- type: input | ||
id: package | ||
attributes: | ||
label: Package Name/Version | ||
placeholder: cmake/3.25.1 | ||
validations: | ||
required: true | ||
- type: input | ||
id: website | ||
attributes: | ||
label: Webpage | ||
placeholder: https://cmake.org | ||
validations: | ||
required: true | ||
- type: input | ||
id: sources | ||
attributes: | ||
label: Source code | ||
placeholder: https://github.com/Kitware/CMake | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description of the library/tool | ||
description: | | ||
Give us some context about this library/tool. | ||
What is it about? | ||
placeholder: | | ||
CMake is an open-source, cross-platform family of tools designed to build, test and package software. | ||
validations: | ||
required: true |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.