diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index bbfd8d081ab..6d7a3d18f05 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -10,7 +10,7 @@ assignees: '' **Describe the bug** A clear and concise description of what the bug is. -**To Reproduce** +**To reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' @@ -23,6 +23,7 @@ A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. -**Desktop (please complete the following information):** - - OS: [e.g. macOS, Linux, Windows] - - Version [e.g. 22] +**Environment** + - Operating system (e.g. macOS, Linux, Windows) and version + - MODFLOW 6 version (if installed via distribution) + - Compiler toolchain/version (if built from source) diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 00000000000..1affcbe0ed5 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,8 @@ +Feel free to remove check-list items that aren't relevant to your change. + +- [ ] Closes #xxxx +- [ ] Passed autotests +- [ ] Formatted source files with `fprettify` +- [ ] Updated definition (*.dfn) files with new or modified options +- [ ] Described new options, features or behavior changes in release notes +- [ ] Updated meson files, makefiles, and Visual Studio project files if new source files added \ No newline at end of file