diff options
Diffstat (limited to 'content/en/docs/Contributions')
| -rw-r--r-- | content/en/docs/Contributions/_index.md | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/content/en/docs/Contributions/_index.md b/content/en/docs/Contributions/_index.md index b5ffa5f..558298e 100644 --- a/content/en/docs/Contributions/_index.md +++ b/content/en/docs/Contributions/_index.md @@ -7,14 +7,23 @@ description: > How to contribute to Ouroboros. --- +### Ongoing work + +Ouroboros is far from complete. Plenty of things need to be researched +and implemented. We don't really keep a list, but this +[epic board](https://tree.taiga.io/project/dstaesse-ouroboros/epics) can +give you some ideas of what is still on our mind and where you may be +able to contribute. + ### Communication There are 2 ways that will be used to communicate: The mailing list (ouroboros@freelists.org) will be used for almost everything except -for day-to-day chat. For that we use the -[slack](https://odecentralize.slack.com) (invite link in footer) and -the #ouroboros channel on Freenode (IRC chat). The slack channel is a -bit more active, and preferred. Use whatever login name you desire. +for day-to-day chat. For that we use a public slack channel +[slack](https://odecentralize.slack.com) (invite link in footer) +bridged to a +[matrix space](https://matrix.to/#/#ODecentralize:matrix.org). +Use whatever login name you desire. Introduce yourself, use common sense and be polite! @@ -22,7 +31,7 @@ Introduce yourself, use common sense and be polite! The coding guidelines of the main Ouroboros stack are similar as those of the Linux kernel -(https://www.kernel.org/doc/Documentation/CodingStyle) with the +(https://www.kernel.org/doc/html/latest/process/coding-style.html) with the following exceptions: - Soft tabs are to be used instead of hard tabs @@ -96,8 +105,8 @@ real e-mail address. #### Commit messages -A commit message should follow these 10 simple rules (adjusted from -http://chris.beams.io/posts/git-commit/): +A commit message should follow these 10 simple rules, based on +(http://chris.beams.io/posts/git-commit/) 1. Separate subject from body with a blank line 2. Limit the subject line to 50 characters |
