diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..84714eb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,26 @@ +--- +name: Bug Report +about: Report a reproducible issue +title: "[BUG] " +labels: bug +assignees: "" +--- + +## Description + + +## Steps to Reproduce + +## Expected Behavior + + +## Actual Behavior + + +## Environment +- OS: +- Oracle Database version: +- Exporter version: + +## Screenshots / Logs + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..e2f4df5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,22 @@ +--- +name: Feature Request +about: Suggest a new feature or enhancement +title: "[FEATURE] " +labels: enhancement +assignees: "" +--- + +## Summary + + +## Motivation + + +## Proposed Solution + + +## Alternatives Considered + + +## Additional Context + diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..1f4fb57 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,15 @@ +## 📌 Description + + +## ✅ 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 + + +## 📸 Screenshots / Logs (if applicable) +