aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/cpr/.github/ISSUE_TEMPLATE/bug-report.yml
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2025-10-24 19:32:01 +0200
committerGitHub Enterprise <[email protected]>2025-10-24 19:32:01 +0200
commit4cba4eb3f122c7a1a49b629b1c0656d7f817f001 (patch)
treee184821073167f6e81a75193efca91013d7b359b /thirdparty/cpr/.github/ISSUE_TEMPLATE/bug-report.yml
parentfixed progress bar when scanning changed local files (#608) (diff)
downloadzen-4cba4eb3f122c7a1a49b629b1c0656d7f817f001.tar.xz
zen-4cba4eb3f122c7a1a49b629b1c0656d7f817f001.zip
move cpr in-tree (#605)
* added cpr 1.10.5 in-tree to allow updates to vcpkg without breaking the build * added asio 1.29.0 in-tree to remove one more vcpkg dependency * bumped vcpkg to 2024.06.15 to address failure to build due to use of deprecated binaries in vcpkg (404 error: `https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-pkgconf-1~2.1.0-1-any.pkg.tar.zst` during build)
Diffstat (limited to 'thirdparty/cpr/.github/ISSUE_TEMPLATE/bug-report.yml')
-rw-r--r--thirdparty/cpr/.github/ISSUE_TEMPLATE/bug-report.yml58
1 files changed, 58 insertions, 0 deletions
diff --git a/thirdparty/cpr/.github/ISSUE_TEMPLATE/bug-report.yml b/thirdparty/cpr/.github/ISSUE_TEMPLATE/bug-report.yml
new file mode 100644
index 000000000..21da3cd5d
--- /dev/null
+++ b/thirdparty/cpr/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -0,0 +1,58 @@
+name: "🐛 Bug report"
+description: Something in cpr is not working as expected? Create a report to help us improve.
+labels: ["Needs Investigation :mag:", "Bug :bug:"]
+body:
+- type: markdown
+ attributes:
+ value: |
+ Provide a general summary of the issue in the Title above.
+ Use Markdown to highlight and format your code!
+ [https://guides.github.com/pdfs/markdown-cheatsheet-online.pdf](https://guides.github.com/pdfs/markdown-cheatsheet-online.pdf)
+ [https://developers.google.com/blockly/guides/modify/contribute/write_a_good_issue](https://developers.google.com/blockly/guides/modify/contribute/write_a_good_issue)
+ ⚠️⚠️ If you do not use this template, we will simply close your issue. There are no exceptions for this! These steps, especially the part at the end, are very important to solve your problem quickly and efficiently. Please remember that we are not paid to solve or even answer your issues, so we do all this work in OUR free time. ⚠️⚠️
+- type: textarea
+ attributes:
+ label: Description
+ description: A clear and concise description of what the bug is.
+ placeholder: What happened? Also tell us, what did you expect to happen?
+ validations:
+ required: true
+- type: textarea
+ attributes:
+ label: Example/How to Reproduce
+ description: "Provide a link to a live example, or an unambiguous set of steps to reproduce this bug. Include code to reproduce, if relevant."
+ value: |
+ 1. Create a `cpr::Session`
+ 2. Set option ...
+ 3. Perform the request
+ 4. See error
+ validations:
+ required: true
+- type: textarea
+ attributes:
+ label: Possible Fix
+ description: A possible fix for your issue.
+ placeholder: Not obligatory, but suggest a fix or reason for the bug.
+ validations:
+ required: false
+- type: dropdown
+ attributes:
+ label: Where did you get it from?
+ multiple: true
+ options:
+ - GitHub (branch e.g. master)
+ - vcpkg
+ - conan
+ - NuGet
+ - Other (specify in "Additional Context/Your Environment")
+ validations:
+ required: true
+- type: textarea
+ attributes:
+ label: Additional Context/Your Environment
+ description: Provide some additional context for your issue and your environment your are trying to use cpr in.
+ value: |
+ - OS:
+ - Version:
+ validations:
+ required: true