blob: 24ad0e14ba229cb83c3cf0f495d05f9e4934e775 (
plain)
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
|
Development
===========
Source Code Repository
----------------------
The source code for TinyFSM is managed using Git:
git clone https://dev.tty0.ch/tinyfsm.git
Mirror on GitHub:
git clone https://github.com/digint/tinyfsm.git
How to Contribute
-----------------
Your contributions are welcome!
If you would like to contribute or have found bugs, visit the [TinyFSM
project page on GitHub] and use the [issues tracker] there, or contact
the author via email.
[TinyFSM project page on GitHub]: http://github.com/digint/tinyfsm
[issues tracker]: http://github.com/digint/tinyfsm/issues
|