Add COC and update README with bug reports section

This commit is contained in:
Leo McArdle 2019-05-29 14:16:47 +01:00
Родитель b56f031e70
Коммит e698522321
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 8262833620A64C3F
2 изменённых файлов: 19 добавлений и 0 удалений

15
CODE_OF_CONDUCT.md Normal file
Просмотреть файл

@ -0,0 +1,15 @@
# Community Participation Guidelines
This repository is governed by Mozilla's code of conduct and etiquette guidelines.
For more details, please read the
[Mozilla Community Participation Guidelines](https://www.mozilla.org/about/governance/policies/participation/).
## How to Report
For more information on how to report violations of the Community Participation Guidelines, please read our [How to Report](https://www.mozilla.org/about/governance/policies/participation/reporting/) page.
<!--
## Project Specific Etiquette
In some cases, there will be additional project etiquette i.e.: (https://bugzilla.mozilla.org/page.cgi?id=etiquette.html).
Please update for your project.
-->

Просмотреть файл

@ -63,6 +63,10 @@ When run locally it'll also place output in the `coverage/` folder, so this shou
* Add `coverage` to `.gitignore`
* Add build status and coverage status badges to `README.md`
## Bug reports
Bug reports should be filed [by following the process described here](https://discourse.mozilla.org/t/where-do-i-file-bug-reports-about-discourse/32078).
## Licence
[GPL-2.0](LICENSE)