forked from BernardFW/bernard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
66 lines (46 loc) · 1.75 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
BERNARD
=======
**Version 0.2**
|Build Status|
Building *instant services* (or chatbots) is a brand new craft. BERNARD
is here to bring it up to speed for the professional world.
- Take advantage of each platform's specificities (Facebook, Telegram,
...)
- Connect your existing business API
- Translate and decline your texts
- Extensible to any platform, without merging to upstream
Get started!
============
This documentation will bring you methodology, concepts and patterns to
build bots as well as hands-on experience with the code of a bot.
- **`Get Started <./doc/get-started/readme.md>`__** course and tutorial
- **`Table of contents <./doc/readme.md>`__** of all topics in
documentation
Licensing
=========
There is a dual licencing scheme here:
- By default, AGPL v3+
- If your project is not compatible with the AGPL, please contact
*remy.sanchez@with-madrid.com*.
Contribution
============
Contribution is of course welcome, although there is a few rules to
respect for the well-being of the project.
Governance
----------
Please do not hesitate to communicate through GitHub issues before
committing to a large contribution: the team of the project has plans
and priorities, so if you end up going against those it will be hard to
merge your code.
Coding Rules
------------
Coding rules are very, very important. There is not too many yet:
- PEP 8
- Imports are normalized by the ``make imports`` command
- No undocumented code gets merged
- Code bringing test coverage down or breaking tests doesn't get merged
Testing
-------
Use ``py.test``. Node for later: document this part a bit better.
.. |Build Status| image:: https://travis-ci.org/BernardFW/bernard.svg?branch=develop
:target: https://travis-ci.org/BernardFW/bernard