Skip to content

Commit 4183e6f

Browse files
committed
docs: Added breaking changes documentation to contribution guide
1 parent bf13dc2 commit 4183e6f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ to read on GitHub as well as in various git tools.
3434

3535
The footer should contain a [closing reference to an issue](https://help.github.com/articles/closing-issues-via-commit-messages/) if any.
3636

37+
If the change isn't backwards compatible. You have to disclose that in the footer like this. Here is an example:
38+
```
39+
perf(networked-vars): Improved performance by removing duplex functionality
40+
3741
Samples:
3842
3943
```

0 commit comments

Comments
 (0)