mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-09 23:24:07 -08:00
Update CONTRIBUTING.md
This commit is contained in:
parent
e3246a2705
commit
edd5592dca
|
@ -32,15 +32,18 @@ Yes or no, it depends on what you will try to do. Since I don't want to waste yo
|
||||||
Here are some references:
|
Here are some references:
|
||||||
|
|
||||||
✅ Usually Accept:
|
✅ Usually Accept:
|
||||||
- Bug/Security fix
|
- Bug fix
|
||||||
|
- Security fix
|
||||||
- Adding notification providers
|
- Adding notification providers
|
||||||
|
- Adding new language files (You should go to https://weblate.kuma.pet for existing languages)
|
||||||
|
- Adding new language keys: `$t("...")`
|
||||||
|
|
||||||
⚠️ Discussion First
|
⚠️ Discussion First
|
||||||
- Large pull requests
|
- Large pull requests
|
||||||
- New features
|
- New features
|
||||||
|
|
||||||
❌ Won't Merge
|
❌ Won't Merge
|
||||||
- Translations (You can now translate on https://weblate.kuma.pet)
|
- A dedicated pr for translating existing languages (You can now translate on https://weblate.kuma.pet)
|
||||||
- Do not pass auto test
|
- Do not pass auto test
|
||||||
- Any breaking changes
|
- Any breaking changes
|
||||||
- Duplicated pull request
|
- Duplicated pull request
|
||||||
|
|
Loading…
Reference in a new issue