DOC: Replace issue templates by issue forms
authorTim Düsterhus <tim@bastelstu.be>
Wed, 23 Jun 2021 19:38:13 +0000 (21:38 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 24 Jun 2021 02:15:04 +0000 (04:15 +0200)
commitbbab3bf22b057161437629d3e35e4895d65863b5
tree75bb738e0fffba74d254f3b38a38a8c0b6dd9de7
parentc3fe968f221e2f7c63b7eb24f557223c4bbbe75f
DOC: Replace issue templates by issue forms

GitHub's issue forms are the next evolution of issue templates and allow for
showing an actual form with separate inputs when creating an issue. They ensure
that all the required fields are filled in and automatically format code parts
(e.g. haproxy -vv or the configuration) as actual code blocks, possibly with
syntax highlighting.

Co-authored-by: Maximilian Mader <max@bastelstu.be>
.github/ISSUE_TEMPLATE/Bug.md [deleted file]
.github/ISSUE_TEMPLATE/Bug.yml [new file with mode: 0644]
.github/ISSUE_TEMPLATE/Code-Report.md [deleted file]
.github/ISSUE_TEMPLATE/Code-Report.yml [new file with mode: 0644]
.github/ISSUE_TEMPLATE/Feature.md [deleted file]
.github/ISSUE_TEMPLATE/Feature.yml [new file with mode: 0644]
.github/ISSUE_TEMPLATE/Question.md [deleted file]