-
-
Notifications
You must be signed in to change notification settings - Fork 657
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
improve CONTRIBUTING.md #181
improve CONTRIBUTING.md #181
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work, I like the different sections for "ways to contribute".
CONTRIBUTING.md
Outdated
## Where to Contribute | ||
|
||
- [gotify/server](https://github.com/gotify/server) - server implementation and WebUI code. Written in Golang and React Typescript. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about this? I kinda like using code formatting for the languages, then it looks like tags (:.
- [gotify/server](https://github.com/gotify/server) - the core of this project contains a web server and a web ui `Go` `TypeScript` `React`
- [gotify/android](https://github.com/gotify/android) - mobile app for managing gotify/server `Java` `Android`
- [gotify/plugin-template](https://github.com/gotify/plugin-template) - template for plugins using [gotify/plugin-api](https://github.com/gotify/plugin-api) `Go`
- [gotify/cli](https://github.com/gotify/cli) - CLI for pushing messages to gotify/server `Go`
- [gotify/website](https://github.com/gotify/website) - documentation [gotify.net](https://gotify.net/) `Markdown`
- gotify/server - the core of this project contains a web server and a web ui
Go
TypeScript
React
- gotify/android - mobile app for managing gotify/server
Java
Android
- gotify/plugin-template - template for plugins using gotify/plugin-api
Go
- gotify/cli - CLI for pushing messages to gotify/server
Go
- gotify/website - documentation gotify.net
Markdown
Maybe we should also list gotify/contrib here something like gotify/contrib - community contribution requests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, I have formatted this section into a table so that it looks more lined-up and clean.
a537cb5
to
b32775b
Compare
Co-Authored-By: eternal-flame-AD <ef@eternalflame.info>
Codecov Report
@@ Coverage Diff @@
## master #181 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 40 40
Lines 1447 1447
=====================================
Hits 1447 1447 Continue to review full report at Codecov.
|
No description provided.