Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add PR template, add compiler version to bug report template #1324

Merged
merged 3 commits into from
Aug 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 '....'
Expand All @@ -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)
8 changes: 8 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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