Hi Willy, Lukas, List!

GitHub finally launched their next evolution of issue templates, called issue
forms, as a public beta: 
https://github.blog/changelog/2021-06-23-issues-forms-beta-for-public-repositories/

Instead of prefilling the issue creation form with some markdown that can be
ignored or accidentally deleted issue forms will create different textareas,
automatically formatting the issue correctly. The end result will be regular
markdown that can be edited as usual.

Beta implies that they might still slightly change in the future, possibly
requiring some further adjustments. However as the final result no longer
depends on the form itself we are not locking ourselves into some feature
for eternity.

Max and I worked together to migrate the existing templates to issue forms,
cleaning up the old stuff that is no longer required.

You can find an example bug report here:

https://github.com/TimWolla/haproxy/issues/7

It looks just like before!

The new forms can be tested here: 
https://github.com/TimWolla/haproxy/issues/new/choose.

I have deleted the old 'Question' template, because it no longer is required,
as the user can't simply delete the template from the field when there's
separate fields :-)

Best regards

Tim Düsterhus (1):
  DOC: Replace issue templates by issue forms

 .github/ISSUE_TEMPLATE/Bug.md          | 103 -----------------------
 .github/ISSUE_TEMPLATE/Bug.yml         | 108 +++++++++++++++++++++++++
 .github/ISSUE_TEMPLATE/Code-Report.md  |  55 -------------
 .github/ISSUE_TEMPLATE/Code-Report.yml |  43 ++++++++++
 .github/ISSUE_TEMPLATE/Feature.md      |  55 -------------
 .github/ISSUE_TEMPLATE/Feature.yml     |  50 ++++++++++++
 .github/ISSUE_TEMPLATE/Question.md     |  19 -----
 7 files changed, 201 insertions(+), 232 deletions(-)
 delete mode 100644 .github/ISSUE_TEMPLATE/Bug.md
 create mode 100644 .github/ISSUE_TEMPLATE/Bug.yml
 delete mode 100644 .github/ISSUE_TEMPLATE/Code-Report.md
 create mode 100644 .github/ISSUE_TEMPLATE/Code-Report.yml
 delete mode 100644 .github/ISSUE_TEMPLATE/Feature.md
 create mode 100644 .github/ISSUE_TEMPLATE/Feature.yml
 delete mode 100644 .github/ISSUE_TEMPLATE/Question.md

-- 
2.32.0


Reply via email to