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
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @stackitcloud/identity
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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
<!-- Please add a small go example below which helps us reproduce the behavior. -->

<!-- Please provide us with the steps to reproduce the behavior. -->

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.*
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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.*

14 changes: 14 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## Description

<!-- **Please link some issue here describing what you are trying to achieve.**

In case there is no issue present for your PR, please consider creating one.
At least please give us some description what you are trying to achieve and why your change is needed. -->

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)