From e6918187568dbd01842d8d1d2c808ce16a894239 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 21 Apr 2024 13:54:28 +0200 Subject: Adding upstream version 18.2.2. Signed-off-by: Daniel Baumann --- .../.github/ISSUE_TEMPLATE/i-have-a-question.md | 10 +++++++ .../ISSUE_TEMPLATE/other-type-of-bug-report.md | 31 ++++++++++++++++++++++ .../ISSUE_TEMPLATE/report-package-build-failure.md | 23 ++++++++++++++++ .../request-a-feature-or-improvement-to-a-port.md | 22 +++++++++++++++ .../request-a-feature-or-improvement.md | 22 +++++++++++++++ .../.github/ISSUE_TEMPLATE/request-a-new-port.md | 18 +++++++++++++ .../request-an-update-to-an-existing-port.md | 14 ++++++++++ .../tools/vcpkg/.github/pull_request_template.md | 15 +++++++++++ 8 files changed, 155 insertions(+) create mode 100644 src/jaegertracing/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/i-have-a-question.md create mode 100644 src/jaegertracing/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/other-type-of-bug-report.md create mode 100644 src/jaegertracing/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/report-package-build-failure.md create mode 100644 src/jaegertracing/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/request-a-feature-or-improvement-to-a-port.md create mode 100644 src/jaegertracing/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/request-a-feature-or-improvement.md create mode 100644 src/jaegertracing/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/request-a-new-port.md create mode 100644 src/jaegertracing/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/request-an-update-to-an-existing-port.md create mode 100644 src/jaegertracing/opentelemetry-cpp/tools/vcpkg/.github/pull_request_template.md (limited to 'src/jaegertracing/opentelemetry-cpp/tools/vcpkg/.github') diff --git a/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/i-have-a-question.md b/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/i-have-a-question.md new file mode 100644 index 000000000..712997630 --- /dev/null +++ b/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/i-have-a-question.md @@ -0,0 +1,10 @@ +--- +name: I have a question +about: I have a question and don't see a clear answer in documentation +title: How do I ... +labels: Question +assignees: '' + +--- + +When asking a question please also include where you looked for an answer (so we can update the documentation if needed). diff --git a/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/other-type-of-bug-report.md b/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/other-type-of-bug-report.md new file mode 100644 index 000000000..85c296745 --- /dev/null +++ b/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/other-type-of-bug-report.md @@ -0,0 +1,31 @@ +--- +name: Other type of bug report +about: Let us know about an issues that does not fit into any of the other issues + types +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Environment** +- OS: [e.g. Windows/Linux etc...] +- Compiler: revision + +**To Reproduce** +Steps to reproduce the behavior: +1. ./vcpkg install xxxx +2. See error +Repro code when + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Failure logs** +-(please attached failure logs) + +**Additional context** +Add any other context about the problem here. diff --git a/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/report-package-build-failure.md b/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/report-package-build-failure.md new file mode 100644 index 000000000..e42ff43f8 --- /dev/null +++ b/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/report-package-build-failure.md @@ -0,0 +1,23 @@ +--- +name: Report package build failure +about: Let us know about build failures in ports. +title: "[] build failure" +labels: port bug +assignees: '' + +--- + +**Host Environment** +- OS: [e.g. Windows/Linux etc...] +- Compiler: revision + +**To Reproduce** +Steps to reproduce the behavior: +`./vcpkg install xxxx` + +**Failure logs** +-Cut and past the appropriate build messages from the console output. +-Please attach any additional failure logs mentioned in the console output. + +**Additional context** +Add any other context about the problem here, such as what you have already tried to resolve the issue. diff --git a/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/request-a-feature-or-improvement-to-a-port.md b/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/request-a-feature-or-improvement-to-a-port.md new file mode 100644 index 000000000..a40036f95 --- /dev/null +++ b/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/request-a-feature-or-improvement-to-a-port.md @@ -0,0 +1,22 @@ +--- +name: Request a feature or improvement to a port +about: Suggest an improvement to one the the ports/libraries in vcpkg +title: "[] " +labels: port feature +assignees: '' + +--- + +**** + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Proposed solution** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered if applicable. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/request-a-feature-or-improvement.md b/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/request-a-feature-or-improvement.md new file mode 100644 index 000000000..55d06b16a --- /dev/null +++ b/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/request-a-feature-or-improvement.md @@ -0,0 +1,22 @@ +--- +name: Request a feature or improvement +about: Suggest an improvement to vcpkg +title: '' +labels: vcpkg feature +assignees: '' + +--- + +**** + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Proposed solution** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/request-a-new-port.md b/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/request-a-new-port.md new file mode 100644 index 000000000..65c9bf01c --- /dev/null +++ b/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/request-a-new-port.md @@ -0,0 +1,18 @@ +--- +name: Request a new port +about: Request a new port/library that vcpkg should support +title: "[New Port Request] " +labels: new port request - consider making a PR! +assignees: '' + +--- + +Library name: + +Library description: + +Source repository URL: + +Project homepage (if different from the source repository): + +Anything else that is useful to know when adding (such as optional features the library may have that should be included): diff --git a/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/request-an-update-to-an-existing-port.md b/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/request-an-update-to-an-existing-port.md new file mode 100644 index 000000000..f1689b097 --- /dev/null +++ b/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/.github/ISSUE_TEMPLATE/request-an-update-to-an-existing-port.md @@ -0,0 +1,14 @@ +--- +name: Request an update to an existing port +about: Let us know about a new version of a library we should pick up. +title: "[] update to " +labels: port feature +assignees: '' + +--- + +Library name: + +New version number: + +Other information that may be useful (release notes, etc...) diff --git a/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/.github/pull_request_template.md b/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/.github/pull_request_template.md new file mode 100644 index 000000000..31be625f2 --- /dev/null +++ b/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/.github/pull_request_template.md @@ -0,0 +1,15 @@ +**Describe the pull request** + +- #### What does your PR fix? + Fixes #... + +- #### Which triplets are supported/not supported? Have you updated the [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)? + , + +- #### Does your PR follow the [maintainer guide](https://github.com/microsoft/vcpkg/blob/master/docs/maintainers/maintainer-guide.md)? + `Your answer` + +- #### If you have added/updated a port: Have you run `./vcpkg x-add-version --all` and committed the result? + + +**If you are still working on the PR, open it as a Draft: https://github.blog/2019-02-14-introducing-draft-pull-requests/** -- cgit v1.2.3