History log of /curl/.github/ISSUE_TEMPLATE/bug_report.yml (Results 1 – 3 of 3)
Revision Date Author Comments
# ce3dce90 31-Aug-2023 Viktor Szakats

tidy-up: mostly whitespace nits

- delete completed TODO from `./CMakeLists.txt`.
- convert a C++ comment to C89 in `./CMake/CurlTests.c`.
- delete duplicate EOLs from EOF.
- add

tidy-up: mostly whitespace nits

- delete completed TODO from `./CMakeLists.txt`.
- convert a C++ comment to C89 in `./CMake/CurlTests.c`.
- delete duplicate EOLs from EOF.
- add missing EOL at EOF.
- delete whitespace at EOL (except from expected test results).
- convert tabs to spaces.
- convert CRLF EOLs to LF in GHA yaml.
- text casing fixes in `./CMakeLists.txt`.
- fix a codespell typo in `packages/OS400/initscript.sh`.

Closes #11772

show more ...


# 86b45f6e 09-Aug-2023 Jay Satiro

bug_report: require reporters to specify curl and os versions

- Change curl version and os sections from single-line input to
multi-line textarea.

- Require curl version and o

bug_report: require reporters to specify curl and os versions

- Change curl version and os sections from single-line input to
multi-line textarea.

- Require curl version and os sections to be filled out before report
can be submitted.

Closes https://github.com/curl/curl/pull/11636

show more ...


# 3b3c41f9 19-Jul-2023 Jan Macku

bug_report: use issue forms instead of markdown template

Issue forms allow you to define web-like input forms using YAML
syntax. It allows you to guide the reporter to get the required

bug_report: use issue forms instead of markdown template

Issue forms allow you to define web-like input forms using YAML
syntax. It allows you to guide the reporter to get the required
information.

Signed-off-by: Jan Macku <jamacku@redhat.com>
Closes #11474

show more ...