Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Bug Report
about: Report a reproducible issue
title: "[BUG] "
labels: bug
assignees: ""
---

## Description
<!-- A clear and concise description of the bug -->

## Steps to Reproduce

## Expected Behavior
<!-- What should happen -->

## Actual Behavior
<!-- What actually happens -->

## Environment
- OS:
- Oracle Database version:
- Exporter version:

## Screenshots / Logs
<!-- If applicable -->
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Feature Request
about: Suggest a new feature or enhancement
title: "[FEATURE] "
labels: enhancement
assignees: ""
---

## Summary
<!-- Describe the feature clearly -->

## Motivation
<!-- Why do you want this feature? What problem does it solve? -->

## Proposed Solution
<!-- How would you like to see this implemented? -->

## Alternatives Considered
<!-- Any alternative solutions you’ve thought about -->

## Additional Context
<!-- Add any other context, diagrams, or screenshots -->
15 changes: 15 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## 📌 Description
<!-- Provide a clear and concise description of the changes. -->

## ✅ Checklist
- [ ] Code builds and runs locally
- [ ] Tests have been added/updated (if applicable)
- [ ] Documentation has been updated (if applicable)
- [ ] Follows project coding style and conventions
- [ ] Signed the [Oracle Contributor Agreement (OCA)](https://oca.opensource.oracle.com/) to contribute to this project

## 🔗 Related Issue
<!-- Link to related issue if applicable. Example: Fixes #123 -->

## 📸 Screenshots / Logs (if applicable)
<!-- Add screenshots or logs to help explain the PR -->