You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,18 @@ assignees: ''
7
7
8
8
---
9
9
10
-
**Describe the bug**
11
-
*A clear and concise description of what the bug is and what you expect the behavior to be instead. If applicable, add screenshots to help explain your problem.*
10
+
*If this is a general question or difficulty building/using the code, please open a "Discussion" instead.*
12
11
12
+
**Describe the bug**
13
+
*Give a clear and concise description of what the bug is and what you expect the behavior to be instead. Please provide enough instructions and data for a developer to reproduce the problem (config, mesh, commands, etc.). Please provide the smallest working example that reproduces the problem.*
13
14
14
15
15
-
**To Reproduce**
16
-
*Please provide a config file and mesh for a minimal example that recreates the problem.*
16
+
**Bug report checklist**
17
+
*Please make sure that you have followed the checklist below, many common problems can be solved by:*
17
18
19
+
-[ ] Consulting the build instructions (https://su2code.github.io/docs_v7/Build-SU2-Linux-MacOS/).
20
+
-[ ] Looking for similar problems on GitHub or CFD-Online (https://www.cfd-online.com/Forums/su2/).
21
+
-[ ] Updating to the newest version of SU2 (either develop, master, or the pre-built executables https://su2code.github.io/download.html).
18
22
19
23
20
24
**Desktop (please complete the following information):**
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
*Put an X by all that apply. You can fill this out after submitting the PR. If you have any questions, don't hesitate to ask! We want to help. These are a guide for you to know what the reviewers will be looking for in your contribution.*
13
13
14
14
-[ ] I am submitting my contribution to the develop branch.
15
-
-[ ] My contribution generates no new compiler warnings (try with the '-Wall -Wextra -Wno-unused-parameter -Wno-empty-body' compiler flags, or simply --warnlevel=2 when using meson).
16
-
-[ ] My contribution is commented and consistent with SU2 style.
15
+
-[ ] My contribution generates no new compiler warnings (try with --warnlevel=3 when using meson).
16
+
-[ ] My contribution is commented and consistent with SU2 style (https://su2code.github.io/docs_v7/Style-Guide/).
17
17
-[ ] I have added a test case that demonstrates my contribution, if necessary.
18
-
-[ ] I have updated appropriate documentation (Tutorials, Docs Page, config_template.cpp), if necessary.
18
+
-[ ] I have updated appropriate documentation (Tutorials, Docs Page, config_template.cpp), if necessary.
0 commit comments