Skip to content

Commit

Permalink
✨ Add formatting guidelines to contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sreekaransrinath committed Oct 20, 2022
1 parent 407ef59 commit dc5610f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
- Write meaningful commit messages and include the number (`#`) of the issue being resolved (if any) at the end of the commit message.

Example: `:bug: fix: Resolve 'isCorrect' function error (#0)`

- Format your code with [Prettier](https://prettier.io/), and set "printWidth" to 80.

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

0 comments on commit dc5610f

Please sign in to comment.