mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 09:20:08 +00:00
Update CONTRIBUTING.md
This commit is contained in:
17
.github/CONTRIBUTING.md
vendored
17
.github/CONTRIBUTING.md
vendored
@@ -15,17 +15,18 @@
|
||||
|
||||
Examples of good PR title:
|
||||
|
||||
- fix(handlers/INTERACTION_CREATE): cache member object
|
||||
- docs: improve wording
|
||||
- feat: add cache manager module
|
||||
- feat(helpers): add editGuild()
|
||||
- refactor(ws/shard): remove redundant checks
|
||||
- fix(handlers/INTERACTION_CREATE): cache member object
|
||||
- docs: improve wording
|
||||
- feat: add cache manager module
|
||||
- feat(helpers): add editGuild()
|
||||
- refactor(ws/shard): remove redundant checks
|
||||
|
||||
Examples of bad PR title:
|
||||
|
||||
- fix #7123
|
||||
- update docs
|
||||
- fix bugs
|
||||
- fix #7123
|
||||
- update docs
|
||||
- fix bugs
|
||||
|
||||
|
||||
- Ensure there is a related issue and it is referenced in the pull request text.
|
||||
- Ensure there are tests that cover the changes.
|
||||
|
||||
Reference in New Issue
Block a user