diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 21068ad..3fbf679 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,32 +7,68 @@ assignees: marzer --- -Replace the _italic_ text below with the relevant information to help me understand your bug. + + + ## Environment **Compiler:** -_The compiler & version, e.g. "Clang 9, Visual Studio 2019 16.5"_ + + + **C++ standard mode (e.g. 17, 20, 'latest'):** -_The C++ standard level you were targeting, e.g. C++17_ + + + **Target arch (e.g. x64):** -_The architecture you were targeting, e.g. x86, x64, ARM_ + + + + +**Library configuration overrides:** + -**Exceptions enabled:** -_Did you have exceptions enabled, or had they been explicitly disabled with something like `-fno-exceptions`?_ -**Relevant `toml++` configuration customizations:** -_Did you set any overrides for the toml++ configuration options detailed in README.md?_ **Relevant compilation flags:** -_Any relevant compilation flags that might help me reproduce your issue exactly._ + + + ## Describe the bug -_A clear and concise description of the bug goes here._ + + + ## Steps to reproduce (or a small repro code sample) -_As above. If you feel that the information you've already given covers it sufficiently and you don't need this section, you can delete it._ + + + ## Additional information -_Any post-scripts, addendums, or additional pieces of context, as necessary._ + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 8d66dbb..16f91f5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,16 +7,32 @@ assignees: marzer --- -Replace the _italic_ text below with the relevant information to help me understand your request. + + + **Is your feature request related to a problem? Please describe.** -_A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]_ + + + **Describe the solution you'd like** -_A clear and concise description of what you want to happen._ + + + -**Describe alternatives you've considered** -_A clear and concise description of any alternative solutions or features you've considered._ **Additional context** -_Add any other context or screenshots about the feature request here._ + diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 51541ef..b2086e0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,16 +5,22 @@ Thanks for contributing! --> + + **What does this change do?** + + **Is it related to an exisiting bug report or feature request?** + + **Pre-merge checklist**