Skip to content

Commit e8e7956

Browse files
AaronOJonathanWoollett-Light
authored andcommitted
fix(CONTRIBUTING.md): Signed-off-by instructions
Fix casing of `Co-authored-by` and `Signed-off-by` in instructions, since `gitline_rules.py` performs a case-sensitive check Signed-off-by: Aaron O'Mullan <[email protected]>
1 parent 6d685a8 commit e8e7956

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ Your contribution needs to meet the following standards:
8383
8484
A concise description where each line is 72 characters or fewer.
8585
86-
Signed-Off-By <A full name> <A email>
87-
Co-Authored-By: <B full name> <B email>
86+
Signed-off-by: <A full name> <A email>
87+
Co-authored-by: <B full name> <B email>
8888
```
8989

9090
- Document your pull requests. Include the reasoning behind each change, and

0 commit comments

Comments
 (0)