diff options
author | Thilo Borgmann <thilo.borgmann@mail.de> | 2023-02-08 16:57:53 +0100 |
---|---|---|
committer | Thilo Borgmann <thilo.borgmann@mail.de> | 2023-03-01 00:30:59 +0100 |
commit | 6709e468f6ce0febc914fece7cc5d08a9b0e7858 (patch) | |
tree | bd08369eb17c0395dfa3e0b57bd528c194e89901 /doc/developer.texi | |
parent | 9a0d202118b1df1823598abe4c66e9243d435d30 (diff) | |
download | ffmpeg-6709e468f6ce0febc914fece7cc5d08a9b0e7858.tar.gz |
doc: Merge doc/dev_community/* and Code of Conduct into a seperate file
Remove doc/dev_communit markup files completely as they are at the wrong place.
Create a new community page, merging all of doc/dev_community and subsection Code of Conduct into a common place.
The corresponding patch to ffmpeg-web puts the Organisation & Code of Conduct into a seperate community chapter on the FFmpeg website.
Diffstat (limited to 'doc/developer.texi')
-rw-r--r-- | doc/developer.texi | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/doc/developer.texi b/doc/developer.texi index 31b485b0f6..1275fa4f84 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -421,35 +421,6 @@ finding a new maintainer and also don't forget to update the @file{MAINTAINERS} We think our rules are not too hard. If you have comments, contact us. -@chapter Code of conduct - -Be friendly and respectful towards others and third parties. -Treat others the way you yourself want to be treated. - -Be considerate. Not everyone shares the same viewpoint and priorities as you do. -Different opinions and interpretations help the project. -Looking at issues from a different perspective assists development. - -Do not assume malice for things that can be attributed to incompetence. Even if -it is malice, it's rarely good to start with that as initial assumption. - -Stay friendly even if someone acts contrarily. Everyone has a bad day -once in a while. -If you yourself have a bad day or are angry then try to take a break and reply -once you are calm and without anger if you have to. - -Try to help other team members and cooperate if you can. - -The goal of software development is to create technical excellence, not for any -individual to be better and "win" against the others. Large software projects -are only possible and successful through teamwork. - -If someone struggles do not put them down. Give them a helping hand -instead and point them in the right direction. - -Finally, keep in mind the immortal words of Bill and Ted, -"Be excellent to each other." - @anchor{Submitting patches} @chapter Submitting patches |