mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
docs: add contributing doc
This commit is contained in:
parent
f9d4b28969
commit
e6c083f809
1 changed files with 10 additions and 0 deletions
10
CONTRIBUTING.md
Normal file
10
CONTRIBUTING.md
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
# Commit Type Guideline
|
||||||
|
* build: changes that affect the build system or external dependencies (example scopes: npm, pip, rg)
|
||||||
|
* ci: changes to CI configuration files and scripts (example scopes: format, lint, issue_templates)
|
||||||
|
* docs: changes to the documentation only
|
||||||
|
* feat: new feature for the user
|
||||||
|
* fix: bug fix
|
||||||
|
* perf: performance improvement
|
||||||
|
* refactor: code change that neither fixes a bug nor adds a feature
|
||||||
|
* test: adding missing tests or correcting existing tests
|
||||||
|
* chore: all the rest, including version bump for plugins
|
||||||
Loading…
Add table
Add a link
Reference in a new issue