From e9ddb3bf6ccdd477f8efae8ae0e990c90c45dc3d Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Wed, 8 Jan 2025 13:11:09 -0500 Subject: [PATCH] bug report section --- CONTRIBUTING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b23c9e875c..e6f40f8c9b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,9 @@ request on our [documentation repository]. ## Bug reports -Bug reports and feature suggestions must use descriptive and concise titles and be submitted to [GitHub Issues](https://github.com/mastodon/mastodon/issues). Please use the search function to make sure that you are not submitting duplicates, and that a similar report or request has not already been resolved or rejected. +Bug reports and feature suggestions must use descriptive and concise titles and +be submitted to [GitHub Issues]. Please use the search function to make sure +that you are not submitting duplicate bug reports or feature requests. ## Translations @@ -54,3 +56,4 @@ The [Mastodon documentation](https://docs.joinmastodon.org) is a statically gene [contribution guidelines]: https://github.com/mastodon/.github/blob/main/CONTRIBUTING.md [DEVELOPMENT]: docs/DEVELOPMENT.md [documentation repository]: https://github.com/mastodon/documentation +[GitHub Issues]: https://github.com/mastodon/mastodon/issues