Skip to content

Commit

Permalink
Merge pull request #51 from Roopan-Microsoft/add-ClientAdvisor-Template
Browse files Browse the repository at this point in the history
Added PULL_REQUEST_TEMPLATE.md for Client Advisor
  • Loading branch information
UtkarshMishra-Microsoft authored Dec 6, 2024
2 parents 12b1b85 + b0516e4 commit 2bf9725
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion ClientAdvisor/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
## Purpose
<!-- Describe the intention of the changes being proposed. What problem does it solve or functionality does it add? -->
* ...

## Does this introduce a breaking change?
<!-- Mark one with an "x". -->

- [ ] Yes
- [ ] No

<!-- Please prefix your PR title with one of the following:
* `feat`: A new feature
* `fix`: A bug fix
* `docs`: Documentation only changes
* `style`: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
* `refactor`: A code change that neither fixes a bug nor adds a feature
* `perf`: A code change that improves performance
* `test`: Adding missing tests or correcting existing tests
* `build`: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
* `ci`: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
* `chore`: Other changes that don't modify src or test files
* `revert`: Reverts a previous commit
* !: A breaking change is indicated with a `!` after the listed prefixes above, e.g. `feat!`, `fix!`, `refactor!`, etc.
-->

## Golden Path Validation
- [ ] I have tested the primary workflows (the "golden path") to ensure they function correctly without errors.

## Deployment Validation
- [ ] I have validated the deployment process successfully and all services are running as expected with this change.

## What to Check
Verify that the following are valid
* ...

## Other Information
<!-- Add any other helpful information that may be needed here. -->

## Motivation and Context
<!-- Describe the purpose of the changes being proposed for the Client Advisor module. What problem does it solve or functionality does it add? -->
* ...
Expand Down Expand Up @@ -33,4 +71,4 @@ Details of documentation updates:

## Additional Information
* Any other information that would be helpful for reviewers of the Client Advisor module.
* ...
* ...

0 comments on commit 2bf9725

Please sign in to comment.