From b6832f9f69bd5d0f0fad10d790f049d7fb4cb333 Mon Sep 17 00:00:00 2001 From: Jorge Turrado Date: Wed, 1 Jul 2026 15:59:33 +0200 Subject: [PATCH 1/3] Add templates Signed-off-by: Jorge Turrado --- .github/ISSUE_TEMPLATE/bug_report.md | 36 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 26 ++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..4099d50 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,36 @@ +--- +name: Bug report +about: Report a bug in the Azure DevOps Extension for STACKIT Service Connection +title: '' +labels: bug +assignees: '' + +--- + +## Description + +*Please add a clear and concise description of what the bug is.* + +## Steps to reproduce + + + + +1. Run ... +2. ... + +## Actual behavior + +*Please describe the current behavior of the STACKIT Go SDK. Don't forget to add detailed information like error messages.* + +## Expected behavior + +*Please describe the behavior which you would expect from the STACKIT Go SDK in that case.* + +## Environment + - Version of the Extension: + + +**Additional information** + +*Feel free to add any additional information here.* diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..1db4c48 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,26 @@ +--- +name: Feature request +about: Suggest an idea for the Azure DevOps Extension for STACKIT Service Connection +title: '' +labels: enhancement +assignees: '' + +--- + +## Problem description + +*Is your feature request related to a problem? If so, please give us a clear and concise description of what the problem is. +Example: I want to use the task to [...] but I couldn't find a way to [...]* + +## Proposed solution + +*A clear and concise description of what you want to happen.* + +## Alternative solutions (optional) + +*A clear and concise description of any alternative solutions or features you've considered. (optional)* + +## Additional information + +*Feel free to add any additional information here.* + From a997ef0c7caec80f4814c83876557ae6440079af Mon Sep 17 00:00:00 2001 From: Jorge Turrado Date: Wed, 1 Jul 2026 16:00:19 +0200 Subject: [PATCH 2/3] Add templates Signed-off-by: Jorge Turrado --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..fef4fde --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @stackitcloud/identity \ No newline at end of file From 6f67083e730f4ca652763de45dbf44972e3d68f8 Mon Sep 17 00:00:00 2001 From: Jorge Turrado Date: Wed, 1 Jul 2026 16:02:12 +0200 Subject: [PATCH 3/3] Add templates Signed-off-by: Jorge Turrado --- .github/pull_request_template.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..caf8124 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,14 @@ +## Description + + + +relates to #1234 + +## Checklist + +- [ ] Issue was linked above +- [ ] Unit tests got implemented or updated +- [x] Unit tests are passing: `npm run test` (will be checked by CI)