aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2022-02-05 20:19:46 +0100
committerDimitri Staessens <dimitri@ouroboros.rocks>2022-02-05 20:19:46 +0100
commit035694b40eb8dff300686630fe2fa649918a6b71 (patch)
tree46c803b83573f9828600d7c78d07159cac9b2a30 /content
parent65e3e6e7e4893397e577230d832acbfa7ac8dc63 (diff)
downloadwebsite-035694b40eb8dff300686630fe2fa649918a6b71.tar.gz
website-035694b40eb8dff300686630fe2fa649918a6b71.zip
docs: Some fixes in contributions section
Diffstat (limited to 'content')
-rw-r--r--content/en/docs/Contributions/_index.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/content/en/docs/Contributions/_index.md b/content/en/docs/Contributions/_index.md
index 278c36f..ad33af3 100644
--- a/content/en/docs/Contributions/_index.md
+++ b/content/en/docs/Contributions/_index.md
@@ -12,10 +12,10 @@ description: >
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 a public slack channel
-[slack](https://odecentralize.slack.com) (invite link in footer) and a
-[matrix space](https://matrix.to/#/#ODecentralize:matrix.org). The
-slack channel is a bit more active, and preferred. Use whatever login
-name you desire.
+[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!
@@ -23,7 +23,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
@@ -97,8 +97,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