diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-07-29 14:57:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-29 14:57:36 (GMT) |
commit | ab948ff9f909b05b1d2acd7c5d55f25835f29c26 (patch) | |
tree | 63f38a736d4f668d354829ddea4b1febe946a8a0 | |
parent | 33f6ade6e77ed85442f001fa32924127455aca39 (diff) | |
download | hdf5-ab948ff9f909b05b1d2acd7c5d55f25835f29c26.zip hdf5-ab948ff9f909b05b1d2acd7c5d55f25835f29c26.tar.gz hdf5-ab948ff9f909b05b1d2acd7c5d55f25835f29c26.tar.bz2 |
Update issue templates
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 25 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature-request.md | 20 |
2 files changed, 45 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..ee1a73b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,25 @@ +--- +name: Bug report +about: Report a problem with HDF5 +title: "[BUG]" +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Platform (please complete the following information)** + - HDF5 version (if building from a maintenance branch, please include the commit hash) + - OS and version + - Compiler and version + - Build system (e.g. CMake, Autotools) and version + - Any configure options you specified + - MPI library and version (parallel HDF5) + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000..3674881 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an improvement to HDF5 +title: "[Feature Request]" +labels: enhancement +assignees: '' + +--- + +**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. |