elpasync pushed a change to branch elpa/flycheck.
from 0e18f7fba1 Update Rust test expectations for current compiler and
add clippy test
new 1e4d303599 Fix Flycheck manual link in user support issue template
new 20f2f15586 Add missing Prelude option to bug report issue template
new a0898b064d Add config.yml for issue template chooser
new fea2135941 Convert issue templates to YAML issue forms
Summary of changes:
.github/ISSUE_TEMPLATE/bug_report.md | 54 -------------------
.github/ISSUE_TEMPLATE/bug_report.yml | 83 +++++++++++++++++++++++++++++
.github/ISSUE_TEMPLATE/config.yml | 8 +++
.github/ISSUE_TEMPLATE/feature_request.md | 26 ---------
.github/ISSUE_TEMPLATE/feature_request.yml | 38 ++++++++++++++
.github/ISSUE_TEMPLATE/user-support.md | 58 ---------------------
.github/ISSUE_TEMPLATE/user-support.yml | 84 ++++++++++++++++++++++++++++++
7 files changed, 213 insertions(+), 138 deletions(-)
delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md
create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml
create mode 100644 .github/ISSUE_TEMPLATE/config.yml
delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md
create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml
delete mode 100644 .github/ISSUE_TEMPLATE/user-support.md
create mode 100644 .github/ISSUE_TEMPLATE/user-support.yml