mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 13:24:24 +00:00
add more documentation
This commit is contained in:
1
website/src/contributing/code-of-conduct.md
Normal file
1
website/src/contributing/code-of-conduct.md
Normal file
@@ -0,0 +1 @@
|
||||
# Code of Conduct
|
||||
2
website/src/contributing/design-guidelines.md
Normal file
2
website/src/contributing/design-guidelines.md
Normal file
@@ -0,0 +1,2 @@
|
||||
# Design Guidelines
|
||||
|
||||
@@ -1 +1,10 @@
|
||||
# Contributing Plugins
|
||||
# Contributing Plugins
|
||||
|
||||
If you wish to contribute plugins and have them accepted into the official repository then your plugin has to:
|
||||
- fulfill the code layout requirements given by the linter config
|
||||
- follow the libreevent [design guidelines](&/contributing/design-guidelines)
|
||||
- conform to our [code of conduct](&/contributing/code-of-conduct)
|
||||
- not contain any immediately obvious flaws (as layed out in the code of conduct), be it in terms of security or reliability
|
||||
- provide all necessary files for libreevent
|
||||
- offer settings if possible and necessary and a way to graphically edit them
|
||||
- have extensive documentation on its usage. Once accepted into the official repos, the documentation will be added to the official documentation.
|
||||
Reference in New Issue
Block a user