mirror of
https://github.com/progsource/maddy.git
synced 2026-03-26 00:10:37 +01:00
Some checks failed
run-checks / run-clang-format (push) Has been cancelled
run-tests / test-on-ubuntu (push) Has been cancelled
run-tests / test-on-windows (push) Has been cancelled
run-tests / test-on-osx (push) Has been cancelled
Update dependency versions / update-fetch-content (push) Has been cancelled
* Use the git tag as release name * Update version to 1.5.0 * stabilize benchmark code
68 lines
1.7 KiB
YAML
68 lines
1.7 KiB
YAML
name: Markdown Bug Report
|
|
description: File a bug report regarding Markdown problems
|
|
title: "[Bug][Markdown]: "
|
|
labels: ["bug", "triage"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this bug report!
|
|
- type: input
|
|
id: os
|
|
attributes:
|
|
label: Operating System
|
|
description: On which OS are you running maddy?
|
|
placeholder: ex. Windows/Linux/OSX
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: compiler
|
|
attributes:
|
|
label: Compiler
|
|
description: Which compiler do you use?
|
|
placeholder: ex. mingw/Visual Studio/clang
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: compiler_flags
|
|
attributes:
|
|
label: Compiler flags
|
|
description: Which compiler flags do you use?
|
|
placeholder: ex. -fno-rtti
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: maddy_version
|
|
attributes:
|
|
label: maddy version
|
|
description: What version of maddy are you using?
|
|
options:
|
|
- 1.5.0 (latest)
|
|
- 1.4.0
|
|
- 1.3.0
|
|
- 1.2.1
|
|
- 1.2.0
|
|
- 1.1.2
|
|
- 1.1.1
|
|
- 1.1.0
|
|
- 1.0.3
|
|
- 1.0.2
|
|
- 1.0.1
|
|
- 1.0.0
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: example
|
|
attributes:
|
|
label: Minimal Mardown example
|
|
description: To be able to reproduce your issue, please give some example Markdown which creates problems. Please indent the Markdown by 4 spaces.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: whats-wrong
|
|
attributes:
|
|
label: What is not working? What did you try?
|
|
description: Also, what did you expect to happen?
|
|
validations:
|
|
required: true
|