We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 407ef59 commit dc5610fCopy full SHA for dc5610f
1 file changed
CONTRIBUTING.md
@@ -18,6 +18,8 @@
18
- Write meaningful commit messages and include the number (`#`) of the issue being resolved (if any) at the end of the commit message.
19
20
Example: `:bug: fix: Resolve 'isCorrect' function error (#0)`
21
+
22
+ - Format your code with [Prettier](https://prettier.io/), and set "printWidth" to 80.
23
24
- Open a Pull Request (PR).
25
- [Learn how to open a PR](https://github.com/firstcontributions/first-contributions).
0 commit comments