mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
How to contribute updated
This commit is contained in:
parent
bb8d4849d7
commit
5bb5e3f7c6
1 changed files with 6 additions and 0 deletions
|
@ -81,6 +81,12 @@ If you want to add a new processing or analysis module in AIL, it's simple.
|
||||||
|
|
||||||
2. Use [./bin/template.py](./bin/template.py) as a sample module and create a new file in bin/ with the module name used in the modules.cfg configuration.
|
2. Use [./bin/template.py](./bin/template.py) as a sample module and create a new file in bin/ with the module name used in the modules.cfg configuration.
|
||||||
|
|
||||||
|
How to contribute a module
|
||||||
|
--------------------------
|
||||||
|
|
||||||
|
Feel free to fork the code, play with it, make some patches or add additional analysis modules.
|
||||||
|
|
||||||
|
To contribute your module, feel free to pull your contribution.
|
||||||
|
|
||||||
Redis and LevelDB overview
|
Redis and LevelDB overview
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
Loading…
Reference in a new issue