Skip to content

Commit

Permalink
feat: introduce PR template
Browse files Browse the repository at this point in the history
- introduced PR template

Signed-off-by: Mariya George <[email protected]>
  • Loading branch information
mariyageorge01 committed Sep 29, 2024
1 parent 3fe6c12 commit e5b44b5
Showing 1 changed file with 14 additions and 0 deletions.
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

## GitHub issue

Check failure on line 3 in .github/pull_request_template.md

View workflow job for this annotation

GitHub Actions / markdown-lint

Headings should be surrounded by blank lines

.github/pull_request_template.md:3 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "## GitHub issue"] https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md022.md
Fixes #<issue_number>

## How to test this?


Check failure on line 8 in .github/pull_request_template.md

View workflow job for this annotation

GitHub Actions / markdown-lint

Multiple consecutive blank lines

.github/pull_request_template.md:8 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md012.md
## Checklist:

Check failure on line 9 in .github/pull_request_template.md

View workflow job for this annotation

GitHub Actions / markdown-lint

Trailing punctuation in heading

.github/pull_request_template.md:9:13 MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: ':'] https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md026.md

- [ ] My code follows the guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation

0 comments on commit e5b44b5

Please sign in to comment.