Skip to content

Commit dc5610f

Browse files
✨ Add formatting guidelines to contributing.md
1 parent 407ef59 commit dc5610f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Write meaningful commit messages and include the number (`#`) of the issue being resolved (if any) at the end of the commit message.
1919

2020
Example: `:bug: fix: Resolve 'isCorrect' function error (#0)`
21+
22+
- Format your code with [Prettier](https://prettier.io/), and set "printWidth" to 80.
2123

2224
- Open a Pull Request (PR).
2325
- [Learn how to open a PR](https://github.com/firstcontributions/first-contributions).

0 commit comments

Comments
 (0)