From 20d3c13234af84e26c793cdb9dfd72f5e87561e8 Mon Sep 17 00:00:00 2001 From: Mark Gillard Date: Wed, 5 Jan 2022 12:49:01 +0200 Subject: [PATCH] updated github templates [skip ci] --- .github/ISSUE_TEMPLATE/bug_report.md | 10 ++--- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/spec_bug_report.md | 55 +++++++++++++++++++++++ 3 files changed, 61 insertions(+), 6 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/spec_bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ad1130c0..f04197a8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,15 +1,15 @@ --- name: Bug report -about: Found a bug? Help me squash it. +about: Regular ol' bugs. title: '' -labels: bug +labels: [ "bug" ] assignees: marzer --- @@ -20,7 +20,7 @@ assignees: marzer **toml++ version and/or commit hash:** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 6c98ee14..76688cda 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -9,7 +9,7 @@ assignees: marzer diff --git a/.github/ISSUE_TEMPLATE/spec_bug_report.md b/.github/ISSUE_TEMPLATE/spec_bug_report.md new file mode 100644 index 00000000..fbb3aeac --- /dev/null +++ b/.github/ISSUE_TEMPLATE/spec_bug_report.md @@ -0,0 +1,55 @@ +--- +name: TOML spec conformance bug +about: Bugs relating to the library's TOML spec conformance (or lack thereof). +title: '' +labels: [ "bug", "TOML spec" ] +assignees: marzer + +--- + + + + +## The non-conforming TOML snippet +```toml + +# your TOML here + +``` + + +## What you expected + + + +## What you got + + + +## Environment +**toml++ version and/or commit hash:** + + +**Any other useful information:** +