about summary refs log tree commit diff
path: root/docs/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/CONTRIBUTING.md')
-rw-r--r--docs/CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md
index dd138d3bfc..70410d290e 100644
--- a/docs/CONTRIBUTING.md
+++ b/docs/CONTRIBUTING.md
@@ -29,15 +29,15 @@ When adding a feature you should consider whether it is only useful for your
 particular use-case or whether it is generally applicable for other users of the
 project.
 
-When in doubt - just ask! You can reach out to us at
-[depot@tazj.in](mailto:depot@tazj.in) or on Twitter, IRC, etc.
+When in doubt - just ask! You can reach out to us via mail at
+[depot@tvl.su](mailto:depot@tvl.su) or on IRC.
 
 ## Commit messages
 
 All commit messages should be structured like this:
 
 ```
-type(scope): Subject line with at most a 68 character length
+type(scope): Subject line with at most a 72 character length
 
 Body of the commit message with an empty line between subject and
 body. This text should explain what the change does and why it has