diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..5f42ed0 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,14 @@ +# Contributing +We are greating for all improvements, bug fixes and new features if it not break exists behaviour. + +## Code style +Code style described in stylecop ruleset file, checks perform on compile time. All violations of rules breaks project build. +Principal moments: +* use tabs +* private fields named with prefix "_" + +## PR +For PR need: +* Issue described what problem you solve +* Code passed travis build (starts automatically) +* Code is covered by tests diff --git a/README.en.md b/README.en.md index f032e05..66d39f9 100644 --- a/README.en.md +++ b/README.en.md @@ -187,4 +187,16 @@ wails build - [pptist](https://github.com/pipipi-pikachu/PPTist) - [vditor](https://github.com/Vanessa219/vditor) - [mind-map](https://github.com/wanglin2/mind-map) -- [canvas-editor](https://github.com/Hufe921/canvas-editor) \ No newline at end of file +- [canvas-editor](https://github.com/Hufe921/canvas-editor) + +### Contributing + +See [Contributing guide](CONTRIBUTING.md) + +### Contributors + + + + + +Made with [contributors-img](https://contributors-img.web.app). \ No newline at end of file