Skip to content

Commit a227e50

Browse files
authored
github: Adding space for error messages in issue templates (#4107)
Signed-off-by: Adam Farley <[email protected]>
1 parent 7b721be commit a227e50

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

.github/ISSUE_TEMPLATE/systemdown.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,9 @@ assignees: ''
1111

1212
- Link to any log file showing the problem:
1313

14+
- Specific error text (if applicable):
15+
```
16+
Replace this sentence with the error text.
17+
```
18+
1419
- Please describe the issue:

.github/ISSUE_TEMPLATE/systemfaulty.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ assignees: ''
1010
- Please put the system name (or other machine group identifier) in the title of this issue.
1111

1212
- Output or log showing the problem:
13+
```
14+
Replace this sentence with the error text.
15+
```
1316

1417
- Output or log from another machine where it passes:
1518

.github/ISSUE_TEMPLATE/testcasefail.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@ Please set the title to indicate the test name and machine name where known.
1010
To make it easy for the infrastructure team to repeat and diagnose, please
1111
answer the following questions:
1212

13-
- test suite/name (e.g, BUILD_LIST, TARGET, CUSTOM_TARGET)?
14-
- a link into recent `Test_` job on https://ci.adoptium.net which showed the failure
13+
- Test suite/name (e.g, BUILD_LIST, TARGET, CUSTOM_TARGET):
14+
- Recent `Test_` link to ci.adoptium.net that shows the failure:
15+
- Specific error text (if applicable):
16+
```
17+
Replace this sentence with the error text.
18+
```
1519
- **Hyperlink** to re-run in Grinder:
16-
- Is there an existing issue elsewhere covering this?
17-
- Which machine(s) does it work on?
18-
- Which machine(s) does it fail on?
20+
- Any existing issues covering this:
21+
- Machine(s) this test works on:
22+
- Machine(s) this test fails on:
1923

2024
Any other details:

0 commit comments

Comments
 (0)