Skip to content

Commit 3376893

Browse files
Add GitHub templates (#225)
* GitHub templates Signed-off-by: Anders Swanson <[email protected]>
1 parent d32f65f commit 3376893

File tree

3 files changed

+62
-0
lines changed

3 files changed

+62
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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 -->
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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 -->

.github/pull_request_template.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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 -->

0 commit comments

Comments
 (0)