Skip to content

Commit 7246dc6

Browse files
authored
Merge pull request #794 from oracle/bugfix/fix-conflicts-release-master
Fix conflicts release master
2 parents e691c74 + 69aef1a commit 7246dc6

File tree

3 files changed

+107
-30
lines changed

3 files changed

+107
-30
lines changed

.github/ISSUE_TEMPLATE/---bug-report.md

Lines changed: 0 additions & 30 deletions
This file was deleted.
Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
name: Bug
2+
description: File a bug report
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: |
7+
Before opening a bug report, please search for the behaviour in the existing issues. If this is regarding NS functionality, please report to NS customer Support Serivce.
8+
9+
---
10+
11+
Thank you for taking the time to file a bug report. To address this bug as fast as possible, we need some information.
12+
- type: dropdown
13+
id: tool
14+
attributes:
15+
label: Select the SuiteCloud tool where you encountered the issue
16+
options:
17+
- SuiteCloud CLI
18+
- SuiteCloud Extension for VSCode
19+
- SuiteCloud Unit Testing
20+
validations:
21+
required: true
22+
- type: input
23+
id: toolVersion
24+
attributes:
25+
label: Version of the SuiteCloud Tool
26+
description: |
27+
For CLI run: `suitecloud --version`
28+
29+
For VSCode Extension: `ctrl+shift+x` , search for suitecloud extension, Check the Version in front of Extension Name (Not in the description below)
30+
31+
For Unit-Testing package: Open package.json from your suitecloud project, check the version on "@oracle/suitecloud-unit-testing": ^1.2.1"
32+
placeholder: "1.2.0"
33+
validations:
34+
required: true
35+
- type: input
36+
id: os
37+
attributes:
38+
label: Operating system
39+
description: "Which operating system do you use? Please provide the version as well."
40+
placeholder: "macOS Big Sur 11.5.2"
41+
validations:
42+
required: true
43+
- type: input
44+
id: Node
45+
attributes:
46+
label: Node Version / VSCode Version
47+
description: |
48+
Please provide the full Node version of your project. node -v
49+
OR
50+
Please provide VSCODE version in case you selected SuiteCloud Extension. This can be checked in "About Visual Studio Code".
51+
placeholder: "v18.15.0, 1.78.0 (Universal)"
52+
validations:
53+
required: true
54+
- type: input
55+
id: java
56+
attributes:
57+
label: JAVA Version
58+
description: "Please provide the full Java version. java --full-version"
59+
placeholder: "java version '17.0.6 2023-01-17 LTS'"
60+
validations:
61+
required: true
62+
- type: textarea
63+
id: bug-description
64+
attributes:
65+
label: Bug description
66+
description: What happened?
67+
validations:
68+
required: true
69+
- type: textarea
70+
attributes:
71+
label: Steps To Reproduce
72+
description: Steps to reproduce the behavior.
73+
placeholder: |
74+
1. when running suitecloud account:setup ...
75+
2. creating a new authid
76+
3. Browser based authentication
77+
4. See error...
78+
validations:
79+
required: true
80+
- type: textarea
81+
attributes:
82+
label: Actual Output
83+
description: |
84+
Please provide the actual result/output
85+
86+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
87+
validations:
88+
required: false
89+
- type: textarea
90+
attributes:
91+
label: Expected Output
92+
description: |
93+
Please provide the expected result/output
94+
95+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
96+
validations:
97+
required: false
98+
- type: textarea
99+
attributes:
100+
label: Anything else?
101+
description: |
102+
Links? References? Anything that will give us more context about the issue you are encountering!
103+
104+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
105+
validations:
106+
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

0 commit comments

Comments
 (0)