about summary refs log tree commit diff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2023-02-20 01:37:28 -0500
committerGitHub <noreply@github.com>2023-02-20 07:37:28 +0100
commita9472f8ff15523c13ab7e32592f11a6c51cc14e3 (patch)
treefcf377272ae09adc490c0311c2f40dc3ec8a004b /CONTRIBUTING.md
parent717683d1c39d2fe85d1cc3f5223e1f4cf43f1900 (diff)
Fix Markdown files with Prettier and check in CI (#21972)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9963054b3..d67b21ee5 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,5 +1,4 @@
-Contributing
-============
+# Contributing
 
 Thank you for considering contributing to Mastodon 🐘
 
@@ -28,9 +27,9 @@ You can submit translations via [Crowdin](https://crowdin.com/project/mastodon).
 
 Example:
 
-|Not ideal|Better|
-|---|----|
-|Fixed NoMethodError in RemovalWorker|Fix nil error when removing statuses caused by race condition|
+| Not ideal                            | Better                                                        |
+| ------------------------------------ | ------------------------------------------------------------- |
+| Fixed NoMethodError in RemovalWorker | Fix nil error when removing statuses caused by race condition |
 
 It is not always possible to phrase every change in such a manner, but it is desired.