Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

Commit 66788d7

Browse files
authored
fix: pull_request_template typo (#1702)
### Description browsing for how to submit PR, found this typo **responsability** ### Issue Link [_link issue here_] ### Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update ### Contents - [_item_] ### Rationale [_design decisions and extended information_] ### How Has This Been Tested? [_explanation_] <hr> ## How to fill a PR description Please give a concise description of your PR. The target readers could be future developers, reviewers, and auditors. By reading your description, they should easily understand the changes proposed in this pull request. MUST: Reference the issue to resolve ### Single responsability Is RECOMMENDED to create single responsibility commits, but not mandatory. Anyway, you MUST enumerate the changes in a unitary way, e.g. ``` This PR contains: - Cleanup of xxxx, yyyy - Changed xxxx to yyyy in order to bla bla - Added xxxx function to ... - Refactored .... ``` ### Design choices RECOMMENDED to: - What types of design choices did you face? - What decisions you have made? - Any valuable information that could help reviewers to think critically
1 parent 8755e44 commit 66788d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/pull_request_template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The target readers could be future developers, reviewers, and auditors. By readi
3535

3636
MUST: Reference the issue to resolve
3737

38-
### Single responsability
38+
### Single responsibility
3939

4040
Is RECOMMENDED to create single responsibility commits, but not mandatory.
4141

0 commit comments

Comments
 (0)