Skip to content

Commit

Permalink
fix(Other): Add delete me warning in PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
sihyung-maxim authored Sep 23, 2024
1 parent f931c56 commit e1587c7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
## Pull Request Template

### Description

Please include a summary of the changes and related issues. Please also include relevant motivation and context.
Expand All @@ -11,6 +9,14 @@ Please include a summary of the changes and related issues. Please also include
- [ ] (Optional) Link any related GitHub issues [using a keyword](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword)
- [ ] (Optional) Provide info on any relevant functional testing/validation. For API changes or significant features, this is not optional.



___

> [!WARNING]
> This is a template. Delete everything below the line when submitting a pull request.

### PR Title Guidelines

The MSDK repo follows a custom rule set based on the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard. The pull request titles will follow this format:
Expand Down

0 comments on commit e1587c7

Please sign in to comment.