|
1 | 1 | ---
|
2 |
| -name: Bug report |
3 |
| -about: Create a report to help us improve |
| 2 | +name: Bug Report |
| 3 | +about: Report a failure of documented behavior. |
4 | 4 | title:
|
5 |
| -labels: bug |
| 5 | +labels: Bug |
6 | 6 | assignees:
|
7 | 7 |
|
8 | 8 | ---
|
9 | 9 |
|
10 | 10 | <!--
|
11 |
| -- - - I N S T R U C T I O N S -- P L E A S E R E A D - - - |
12 |
| -Please remove boiler plate instructions when filling out this template. |
13 |
| -Please remove unwanted/unrelated/irrelevant information such as comments provided as a reference in this template. |
14 |
| -Use proper formatting to separate code snippets from text description e.g. use ```code block``` or `in-line code`. |
15 |
| -Please copy any output files into a Github gist (for e.g.) and link to the gist, rather than relying on paths on platforms that might change or disappear. |
| 11 | + Please: |
| 12 | + * Use the Feature Request template if you are suggesting a feature. |
| 13 | + * Review the project's Issues to see if this bug has already been reported. Feel free to comment on an existing Issue. |
| 14 | + * Format code snippets with backticks, either as ```code block``` or `inline code`. |
| 15 | + * Attach small support files, if needed, via Issue comments; link to large files in GitHub Gists, Google Drive, etc. |
16 | 16 | -->
|
17 | 17 |
|
18 |
| -If this is a new feature request, please consider using the [Feature Request](./feature_request.md) template. |
19 |
| -Your desired feature may already have an issue created! |
20 |
| -If so, please consider using that Issue to expand on the feature capabilities or requirements. |
| 18 | +**Current Behavior** |
21 | 19 |
|
22 |
| -Your bug may have already been reported! |
23 |
| -Please look through the existing issues on the [Issue tracker](https://github.com/ufs-community/uwtools/issues) to see if this issue has been created. |
24 |
| -If so, please consider using that Issue to add any additional information. |
| 20 | +<!-- Please describe the erroneous behavior. --> |
25 | 21 |
|
26 |
| -**Expected behavior** |
27 |
| -<!-- Tell us what should happen. --> |
| 22 | +**Expected Behavior** |
28 | 23 |
|
29 |
| -**Current behavior** |
30 |
| -<!-- Tell us what happens instead of the expected behavior. --> |
31 |
| - |
32 |
| -**Machines affected** |
33 |
| -<!-- Tell us which environments (e.g. OS's, HPC's, CSP's, etc.) have this bug been detected. --> |
| 24 | +<!-- What should happen instead? --> |
34 | 25 |
|
35 | 26 | **To Reproduce**
|
36 |
| -<!--- Provide a link to a live example, and/or an unambiguous set of steps to --> |
37 |
| -<!--- reproduce this bug. Include code to reproduce, if relevant --> |
38 |
| -<!--1. --> |
39 |
| -<!--2. --> |
40 |
| -<!--3. --> |
41 | 27 |
|
42 |
| -**Context** |
43 |
| -<!--- Providing context helps us come up with a solution that is most useful in the real world. --> |
| 28 | +<!--- Provide an unambiguous set of steps to reproduce the bug. Include code and/or data if needed. --> |
44 | 29 |
|
45 |
| -**Detailed Description** |
46 |
| -<!--- Provide a detailed description of the change or addition you are proposing. --> |
| 30 | +**Additional Context** |
47 | 31 |
|
48 |
| -**Additional Information** |
49 |
| -<!-- Any other relevant information that we should know to correctly understand and reproduce the issue. Please describe in as much detail as possible. --> |
| 32 | +<!-- Other helpful info, screenshots, etc. --> |
50 | 33 |
|
51 |
| -**Possible Implementation** |
52 |
| -<!--- Not obligatory, but suggest an idea for implementing addition or change. --> |
| 34 | +**Current Version** |
53 | 35 |
|
| 36 | +<!-- Which uwtools version are you using, from 'uw --version', 'conda list | grep uwtools', etc. --> |
0 commit comments