├── CODE_OF_CONDUCT.md └── README.md /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- 1 | # Community Participation Guidelines 2 | 3 | This repository is governed by Mozilla's code of conduct and etiquette guidelines. 4 | For more details, please read the 5 | [Mozilla Community Participation Guidelines](https://www.mozilla.org/about/governance/policies/participation/). 6 | 7 | ## How to Report 8 | 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. 9 | 10 | 16 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # dino-park-issues 2 | Meta repository for all issues concerning Mozilla's new _[People Directory](https://people.mozilla.org)_ (aka DinoPark). 3 | 4 | **Please upvote issues using the :thumbsup: reaction.** 5 | 6 | ## More Information 7 | * [Mozilla IAM](https://github.com/mozilla-iam/mozilla-iam/) 8 | * [People Directory](https://github.com/mozilla-iam/dino-park-front-end) source code 9 | --------------------------------------------------------------------------------