From 99782c87cf7a1b6f0617638a67df7cefb05ca6f2 Mon Sep 17 00:00:00 2001 From: Thomas Pelletier Date: Sat, 10 Apr 2021 19:50:55 -0400 Subject: [PATCH] Add v2 warning in bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 815b604..c8417af 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,12 @@ --- name: Bug report about: Create a report to help us improve +--- + +:bangbang: | Main development focus is on the upcoming [go-toml v2](https://github.com/pelletier/go-toml/discussions/506). +:---: | :--- + +As a result, v1.x bugs will likely not see a fix on a v1.x version. However, reporting the bug is the best way to ensure that it will be fixed in v2. --- @@ -14,7 +20,7 @@ Steps to reproduce the behavior. Including TOML files. A clear and concise description of what you expected to happen, if other than "should work". **Versions** - - go-toml: version (git sha) + - go-toml: version (or git sha) - go: version - operating system: e.g. macOS, Windows, Linux