Browse Source

add Contributing

master
godo 6 months ago
parent
commit
2e15e549bd
  1. 14
      CONTRIBUTING.md
  2. 14
      README.en.md

14
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

14
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)
- [canvas-editor](https://github.com/Hufe921/canvas-editor)
### Contributing
See [Contributing guide](CONTRIBUTING.md)
### Contributors
<a href="https://github.com/phpk/godoos/graphs/contributors">
<img src="https://contributors-img.web.app/image?repo=phpk/godoos" />
</a>
Made with [contributors-img](https://contributors-img.web.app).
Loading…
Cancel
Save