File tree Expand file tree Collapse file tree 3 files changed +62
-0
lines changed Expand file tree Collapse file tree 3 files changed +62
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug Report
3
+ about : Report a reproducible issue
4
+ title : " [BUG] "
5
+ labels : bug
6
+ assignees : " "
7
+ ---
8
+
9
+ ## Description
10
+ <!-- A clear and concise description of the bug -->
11
+
12
+ ## Steps to Reproduce
13
+
14
+ ## Expected Behavior
15
+ <!-- What should happen -->
16
+
17
+ ## Actual Behavior
18
+ <!-- What actually happens -->
19
+
20
+ ## Environment
21
+ - OS:
22
+ - Spring Cloud Oracle version:
23
+
24
+ ## Screenshots / Logs
25
+ <!-- If applicable -->
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Feature Request
3
+ about : Suggest a new feature or enhancement
4
+ title : " [FEATURE] "
5
+ labels : enhancement
6
+ assignees : " "
7
+ ---
8
+
9
+ ## Summary
10
+ <!-- Describe the feature clearly -->
11
+
12
+ ## Motivation
13
+ <!-- Why do you want this feature? What problem does it solve? -->
14
+
15
+ ## Proposed Solution
16
+ <!-- How would you like to see this implemented? -->
17
+
18
+ ## Alternatives Considered
19
+ <!-- Any alternative solutions you’ve thought about -->
20
+
21
+ ## Additional Context
22
+ <!-- Add any other context, diagrams, or screenshots -->
Original file line number Diff line number Diff line change
1
+ ## 📌 Description
2
+ <!-- Provide a clear and concise description of the changes. -->
3
+
4
+ ## ✅ Checklist
5
+ - [ ] Code builds and runs locally
6
+ - [ ] Tests have been added/updated (if applicable)
7
+ - [ ] Documentation has been updated (if applicable)
8
+ - [ ] Follows project coding style and conventions
9
+ - [ ] Signed the [ Oracle Contributor Agreement (OCA)] ( https://oca.opensource.oracle.com/ ) to contribute to this project
10
+
11
+ ## 🔗 Related Issue
12
+ <!-- Link to related issue if applicable. Example: Fixes #123 -->
13
+
14
+ ## 📸 Screenshots / Logs (if applicable)
15
+ <!-- Add screenshots or logs to help explain the PR -->
You can’t perform that action at this time.
0 commit comments