[A] Added CONTRIBUTING.md
This commit is contained in:
parent
d944b8c364
commit
3490ef0141
18
CONTRIBUTING.md
Normal file
18
CONTRIBUTING.md
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# How to contribute
|
||||||
|
|
||||||
|
Here are a few guidelines that I hope will ease the process of contributing.
|
||||||
|
|
||||||
|
## Files to change
|
||||||
|
|
||||||
|
:exclamation: Before you make any changes, note that content of [`lib` directory](https://github.com/seleznevae/libfort/tree/develop/lib) is **generated** from the source files in the [`src` directory](https://github.com/seleznevae/libfort/tree/develop/src). Please **do not** edit files in `lib` directory directly, but change corresponding files in the `src` directory and regenerate files in the `lib` directory by executing `python amalgamate.py`.
|
||||||
|
|
||||||
|
If you add or change a feature, please also add a unit test. The unit tests can be compiled and executed with
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ mkdir build
|
||||||
|
$ cd build
|
||||||
|
$ cmake ..
|
||||||
|
$ cmake --build .
|
||||||
|
$ ctest
|
||||||
|
```
|
||||||
|
|
@ -5,7 +5,7 @@
|
|||||||
[](https://ci.appveyor.com/project/seleznevae/libfort/branch/master)
|
[](https://ci.appveyor.com/project/seleznevae/libfort/branch/master)
|
||||||
[](https://cloud.drone.io/seleznevae/libfort)
|
[](https://cloud.drone.io/seleznevae/libfort)
|
||||||
[](https://coveralls.io/github/seleznevae/libfort?branch=master)
|
[](https://coveralls.io/github/seleznevae/libfort?branch=master)
|
||||||
[](https://wandbox.org/permlink/qQpqv3ujZ22ABVOz)
|
[](https://wandbox.org/permlink/oHLjXe8WmmKE3B1R)
|
||||||
[](http://seleznevae.github.io/libfort)
|
[](http://seleznevae.github.io/libfort)
|
||||||
[](https://github.com/seleznevae/libfort/wiki)
|
[](https://github.com/seleznevae/libfort/wiki)
|
||||||
[](https://opensource.org/licenses/MIT)
|
[](https://opensource.org/licenses/MIT)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user