From a40719b26f0086cf9500b8819b94b0cb9ae917e8 Mon Sep 17 00:00:00 2001 From: Anders Swanson Date: Thu, 4 Sep 2025 12:23:34 -0700 Subject: [PATCH 1/2] GitHub templates Signed-off-by: Anders Swanson --- .github/ISSUE_TEMPLATE/bug_report.md | 26 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 22 +++++++++++++++++++ .github/pull_request_template.md | 15 +++++++++++++ 3 files changed, 63 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/pull_request_template.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..84714eb2 --- /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 00000000..e2f4df59 --- /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 00000000..1f4fb575 --- /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) + From 5f35abee34ead8b3bdd85c4e531320771c09b765 Mon Sep 17 00:00:00 2001 From: Anders Swanson Date: Thu, 4 Sep 2025 12:25:04 -0700 Subject: [PATCH 2/2] GitHub templates Signed-off-by: Anders Swanson --- .github/ISSUE_TEMPLATE/bug_report.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 84714eb2..13ee44e3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -19,8 +19,7 @@ assignees: "" ## Environment - OS: -- Oracle Database version: -- Exporter version: +- Spring Cloud Oracle version: ## Screenshots / Logs