Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @zijchen @dzsquared @yorek @chlafreniere
* @zijchen @dzsquared @llali @chlafreniere
23 changes: 23 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Description

*Please provide a detailed description. Be as descriptive as possible - include information about what is being changed,
why it's being changed, and any links to relevant issues. If this is closing an existing issue use one of the [issue linking keywords](https://docs.github.com/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword) to link the issue to this PR and have it automatically close when completed.*

In addition, go through the checklist below and check each item as you validate it is either handled or not applicable to this change.

# Code Changes

- [ ] [Unit tests](/__tests__/) are added, if possible
- [ ] New or changed code follows the C# style guidelines defined in .editorconfig
- [ ] All changes MUST be backwards compatible and changes to the shared `az_func.GlobalState` table must be compatible with all prior versions of the extension
- [ ] Use `core.debug` or directly log to console to display relevant information
- [ ] Use `async` and `await` for all long-running operations

# Dependencies

- [ ] If updating dependencies, run `npm install` to update the lock files and ensure that there are NO major versions updates or additional vulnerabilities in [package-lock.json](/package-lock.json). If there are, contact the dev team for instructions.

# Documentation

- [ ] Updates to the [action definition](/action.yml) should also update the [README](/README.md)
- [ ] Add [samples](/README.md#-samples) if the change is modifying or adding functionality
Loading