diff options
| author | Lex Neva <lexelby@users.noreply.github.com> | 2022-06-10 19:37:54 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-10 19:37:54 -0400 |
| commit | ca11870ef739438d4e9223ff2b6a0919ce972fc5 (patch) | |
| tree | 6f7a3046093120201554b9deb6f5eaddd94c7758 /CONTRIBUTING.md | |
| parent | 38c47a49e5d2abda83bf3221756649137a58eb9b (diff) | |
| parent | 45c8494a945914751aa8d1a55ad49a63c09fbca0 (diff) | |
Merge pull request #1322 from inkstitch/lexelby/coding-style-guide
coding style guide
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..8ec1b343 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,21 @@ +We're so happy you're interested in contributing to Ink/Stitch! There's a lot that we need help with for people with all skill levels and backgrounds. + +Before you contribute, **please have a look at our [code of conduct](CODE_OF_CONDUCT.md)**. Thanks! + +Feel free to find something that interests you. If you're looking for ideas, consider this list: + +* coding (Python, Javascript) + * **please read our [coding style guide](CODING_STYLE.md)** +* build / CI system (GitHub actions) + * we need someone to figure out how we can start code-signing our application +* web design (electron UI) +* translations ([how to translate](https://github.com/inkstitch/inkstitch/blob/main/LOCALIZATION.md)) +* issue wrangling + * combining duplicate issues + * welcoming first-time bug/issue reporters + * closing completed issues + * prioritizing bugs and features +* artwork +* documentation (see [gh-pages branch](https://github.com/inkstitch/inkstitch/tree/gh-pages)) + +There's never any time commitment, we're all here to have fun. If you want to contribute, let us know and we'll add you as a collaborator. |
