[F] Fixed contributing.md
This commit is contained in:
parent
da5cbc0404
commit
587f0a1314
@ -6,7 +6,7 @@ Here are a few guidelines that I hope will ease the process of contributing.
|
|||||||
|
|
||||||
: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`.
|
: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
|
If you add or change a feature, please also add a unit test. The unit tests and all code examples can be compiled and executed with
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ mkdir build
|
$ mkdir build
|
||||||
|
Loading…
Reference in New Issue
Block a user