Skip to content

Commit 1bb681f

Browse files
committed
[INTERNAL] GitHub ISSUE_TEMPLATE: Request UI5 module version info
1 parent dc1f8ca commit 1bb681f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,22 @@
1010
3. {...}
1111

1212
## Context
13+
- UI5 Module Version *(output of `ui5 --version` when using the CLI)*: `{...}`
14+
- Node.js Version: `{...}`
15+
- npm Version: `{...}`
1316
- OS/Platform: {...}
14-
- Node.js Version: {...}
15-
- npm Version: {...}
1617
- Browser *(if relevant)*: {...}
1718
- Other information: {...}
1819

19-
## Affected components
20+
## Affected components *(if known)*
2021
- [ ] [ui5-builder](https://github.com/SAP/ui5-builder)
2122
- [ ] [ui5-server](https://github.com/SAP/ui5-server)
2223
- [ ] [ui5-cli](https://github.com/SAP/ui5-cli)
2324
- [ ] [ui5-fs](https://github.com/SAP/ui5-fs)
2425
- [ ] [ui5-project](https://github.com/SAP/ui5-project)
2526
- [ ] [ui5-logger](https://github.com/SAP/ui5-logger)
2627

27-
## Stack trace/log output
28+
## Log Output / Stack Trace
2829
```
29-
{logs}
30+
{...}
3031
```

0 commit comments

Comments
 (0)