Skip to content

Commit

Permalink
Added code of conduct.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Nov 25, 2023
1 parent bfe4ff6 commit 7c36a72
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 39 deletions.
79 changes: 40 additions & 39 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,45 +107,46 @@

* [Part VI - Tooling](part6/README.md)

* [Part VII - Style Guide](part7/style-guide/README.md)
* [Introduction](part7/style-guide/intro/README.md)
* [Formatting](part7/style-guide/format/README.md)
* [File Headers](part7/style-guide/format/headers.md)
* [Indentation](part7/style-guide/format/indent.md)
* [Whitespace](part7/style-guide/format/whtsp.md)
* [Line Length](part7/style-guide/format/line-len.md)
* [Spelling and Abbreviations](part7/style-guide/format/spelling.md)
* [Naming](part7/style-guide/names/README.md)
* [Symbols](part7/style-guide/names/symbols.md)
* [Names in Modules](part7/style-guide/names/mod-vars.md)
* [Globals](part7/style-guide/names/globals.md)
* [Predicates](part7/style-guide/names/predicates.md)
* [Intent](part7/style-guide/names/intent.md)
* [Documentation](part7/style-guide/docs/README.md)
* [Docstrings](part7/style-guide/docs/docstrings.md)
* [Code Comments](part7/style-guide/docs/comments.md)
* [Attention Required](part7/style-guide/docs/todos.md)
* [Data Representation](part7/style-guide/repr/README.md)
* [Lists](part7/style-guide/repr/lists.md)
* [Tuples and Proplists](part7/style-guide/repr/tuples.md)
* [Maps](part7/style-guide/repr/maps.md)
* [Records](part7/style-guide/repr/records.md)
* [Errors](part7/style-guide/errors/README.md)
* [Processes, Servers & Messages](part7/style-guide/psm/README.md)
* [Processes](part7/style-guide/psm/processes.md)
* [Servers](part7/style-guide/psm/servers.md)
* [Messages](part7/style-guide/psm/messages.md)
* [Software Components](part7/style-guide/components/README.md)
* [Flow Control](part7/style-guide/components/flow.md)
* [Functions](part7/style-guide/components/funcs.md)
* [Modules](part7/style-guide/components/modules.md)
* [Libraries](part7/style-guide/components/libraries.md)
* [Projects](part7/style-guide/components/projects.md)
* [Software Engineering](part7/style-guide/swe/README.md)
* [Principles](part7/style-guide/swe/principles.md)
* [Priorities](part7/style-guide/swe/priorities.md)
* [Architecture](part7/style-guide/swe/architecture.md)

* [Part VII - Guides](part7/README.md)
* [Style Guide](part7/style-guide/README.md)
* [Introduction](part7/style-guide/intro/README.md)
* [Formatting](part7/style-guide/format/README.md)
* [File Headers](part7/style-guide/format/headers.md)
* [Indentation](part7/style-guide/format/indent.md)
* [Whitespace](part7/style-guide/format/whtsp.md)
* [Line Length](part7/style-guide/format/line-len.md)
* [Spelling and Abbreviations](part7/style-guide/format/spelling.md)
* [Naming](part7/style-guide/names/README.md)
* [Symbols](part7/style-guide/names/symbols.md)
* [Names in Modules](part7/style-guide/names/mod-vars.md)
* [Globals](part7/style-guide/names/globals.md)
* [Predicates](part7/style-guide/names/predicates.md)
* [Intent](part7/style-guide/names/intent.md)
* [Documentation](part7/style-guide/docs/README.md)
* [Docstrings](part7/style-guide/docs/docstrings.md)
* [Code Comments](part7/style-guide/docs/comments.md)
* [Attention Required](part7/style-guide/docs/todos.md)
* [Data Representation](part7/style-guide/repr/README.md)
* [Lists](part7/style-guide/repr/lists.md)
* [Tuples and Proplists](part7/style-guide/repr/tuples.md)
* [Maps](part7/style-guide/repr/maps.md)
* [Records](part7/style-guide/repr/records.md)
* [Errors](part7/style-guide/errors/README.md)
* [Processes, Servers & Messages](part7/style-guide/psm/README.md)
* [Processes](part7/style-guide/psm/processes.md)
* [Servers](part7/style-guide/psm/servers.md)
* [Messages](part7/style-guide/psm/messages.md)
* [Software Components](part7/style-guide/components/README.md)
* [Flow Control](part7/style-guide/components/flow.md)
* [Functions](part7/style-guide/components/funcs.md)
* [Modules](part7/style-guide/components/modules.md)
* [Libraries](part7/style-guide/components/libraries.md)
* [Projects](part7/style-guide/components/projects.md)
* [Software Engineering](part7/style-guide/swe/README.md)
* [Principles](part7/style-guide/swe/principles.md)
* [Priorities](part7/style-guide/swe/priorities.md)
* [Architecture](part7/style-guide/swe/architecture.md)
* [Code of Conduct](part7/code-of-conduct/README.md)
* [Part VIII - Conclusion](part8/README.md)
* [Epilogue](part8/epilogue.md)
* [Afterword](part8/afterward.md)
Expand Down
48 changes: 48 additions & 0 deletions src/part7/code-of-conduct/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Code of Conduct

The LFE Code of Conduct is the same as the [erlang.org Code of Conduct](https://erlang.org/download/erlang_org_code_of_conduct.txt), adopted from the original below for the LFE Community.

## Overview

This Code of Conduct is a guideline of how to communicate within
the LFE Community in a way we hope is easy to read, help mutual
understanding and avoid flames. The LFE Community is by
definition all communication in or around LFE use, development, and related discussions, including but not limited to the LFE mailing lists, Slack and Discord discussions, Github PRs and reviews, and even social media.

If you have been pointed to this page after posting a message, the
reason is probably that you made some common mistake that we all made
at least once. We have been there, do not feel alone, and please keep
reading. It will help all of us in the LFE Community.

It is pointless to send a message that only warns about posting style.
If you are trying to point someone to correct posting style
guidelines, please do so while at least honestly attempting to answer
their questions or comments. It is generally unhelpful to give only a
warning related to posting style, as newcomers may feel unwelcome,
only to leave. And that is exactly what we do not want.

## Content Policy

1. Be nice to each other.
2. Hateful, hurtful, oppressive, or exclusionary remarks are not
tolerated. (Cursing is strongly discouraged, but if you must
curse, it may under no circumstances be used to target another
user or in a hateful manner).
3. No SPAM.
4. The common language spoken in the LFE Community is English. The are
various native language communities around the world.
Conversely, many members of this list do not speak or write
English as a first language. Be understanding of erroneous
English, and don't point it out if it doesn't change the meaning
or make it ambiguous.
5. The mailing lists, Github issues, and Github PRs are to discuss LFE,
its uses, contributions, and its community. Try to
keep discussions in those areas on topic.

## Violating the Code

Posters of inappropriate content will be (1) informed, (2) warned if
they continue breaking the rules, (3) moderated, and ultimately (4)
banned to retain the highly welcoming and friendly nature of the
LFE Community. To lift a ban or otherwise contend a regulative
measure, please contact [email protected].

0 comments on commit 7c36a72

Please sign in to comment.