Skip to content

Commit

Permalink
chore(tooling): include mention of commit convention (discordjs#4124)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Franke authored Apr 24, 2020
1 parent e3303ac commit 1726651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ To get ready to work on the codebase, please do the following:
3. If you're working on voice, also run `npm install @discordjs/opus` or `npm install opusscript`
4. Code your heart out!
5. Run `npm test` to run ESLint and ensure any JSDoc changes are valid
6. [Submit a pull request](https://github.com/discordjs/discord.js/compare)
6. [Submit a pull request](https://github.com/discordjs/discord.js/compare) (Make sure you follow the [conventional commit format](https://github.com/discordjs/discord.js-next/blob/master/.github/COMMIT_CONVENTION.md))

0 comments on commit 1726651

Please sign in to comment.