From 4b75605412cad8d73b3992243c2b85ff1d386558 Mon Sep 17 00:00:00 2001
From: Riku Isokoski <riksu9000@gmail.com>
Date: Sat, 21 Jan 2023 09:42:53 +0200
Subject: [PATCH] contribute.md: Update

Cleaned up the list of things you can help with.
Added a few points
---
 doc/contribute.md | 21 +++++++++++++++------
 1 file changed, 15 insertions(+), 6 deletions(-)

diff --git a/doc/contribute.md b/doc/contribute.md
index f4e241a1..29d20916 100644
--- a/doc/contribute.md
+++ b/doc/contribute.md
@@ -1,11 +1,20 @@
 # How to contribute?
 
-- [Report bugs](https://github.com/InfiniTimeOrg/InfiniTime/issues/new?assignees=&labels=bug&template=bug-report.yaml)
-- Write and improve documentation
-  - Documentation might be incomplete, or not clear enough, and it is always possible to improve it with better wording, pictures, videos,...
-  - As the documentation is part of the source code, you can submit changes to the documentation by creating a pull request (see below)
-- Fix bugs, add functionalities and improve the code
-  - See *How to create a pull request* below
+Here are things you can do to help.
+
+- [Report bugs or issues](https://github.com/InfiniTimeOrg/InfiniTime/issues/new/choose)
+- [Write and improve documentation](#documentation)
+- [Fix bugs, add functionalities and improve the code](#how-to-create-a-pull-request)
+- Participate in the discussions within issues and PRs. Your feedback is appreciated!
+- Review pull requests. Follow the instructions [here](maintainer-guide.md#reviewing-prs)
+
+## Documentation
+
+Documentation might be incomplete,
+or not clear enough,
+and it is always possible to improve it with better wording, pictures, videos,...
+As the documentation is part of the source code,
+you can submit changes to the documentation by creating a [pull request](#how-to-create-a-pull-request)
 
 ## How to create a pull request?