Skip to content

Commit a0fe255

Browse files
authored
Add contribution guidelines
1 parent 66add5b commit a0fe255

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
* [How does this work ?](#how-does-this-work)
2121
* [Documentation](#documentation)
2222
* [Limitations](#limitations)
23+
* [Guidelines for Contributors](#guidelines-for-contributors)
2324
* [Credits](#credits)
2425

2526
## Overview
@@ -458,6 +459,9 @@ In order to display the plots in Jupyter notebook, we encode the image(which is
458459
## Limitations
459460
- FloatConvertible supports only Float and Double. We plan to extend this to Int in the future.
460461

462+
## Guidelines for Contributors
463+
If you want to contribute to improve this library, please read our [guidelines](https://github.com/KarthikRIyer/swiftplot/blob/master/CONTRIBUTING.md). Feel free to [open an issue](https://github.com/KarthikRIyer/swiftplot/issues).
464+
461465
## Credits
462466
1. Maxim Shemanarev : The AGG library is directly used to render plots.
463467
2. [Lode Vandevenne](https://github.com/lvandeve) : The lodepng library is directly used to encode PNG images.

0 commit comments

Comments
 (0)