{% extends 'base.html' %} {% block title %}{{ _('Code of Conduct') }} - MetaBrainz Foundation{% endblock %} {% block content %} {### When updating this file, please also update the other CODE_OF_CONDUCT.md files in other repositories: * The most important is the template repository as it is automatically used in other repositories not having such file: https://github.com/metabrainz/.github/blob/master/CODE_OF_CONDUCT.md * Other repositories may have a custom code of conduct that needs updating. To find projects having a (not necessarily custom) CODE_OF_CONDUCT.md file, go to: http://livegrep.metabrainz.org/search/livegrep?q=file%3ACODE_OF_CONDUCT.md&fold_case=auto®ex=false&context=true ###}
This Code of Conduct describes how members of the MetaBrainz communities should interact and behave. The purpose is not so much to define a standard that everybody must follow, but to explicitly describe all the previously unwritten rules that make up good behavior in the MetaBrainz communities.
Each project may also define a Code of Conduct of its own that builds on the MetaBrainz social contract. For instance, have a look at the MusicBrainz Code of Conduct. Should you encounter a Code of Conduct violation and want to find out how we deal with infractions, please take a look at our conflict resolution policy.
{% endblock %}