From 3322e1ab212c006a3e0f697143a52d975b8fbb77 Mon Sep 17 00:00:00 2001 From: Sebastian Reinado Date: Thu, 12 Mar 2026 04:39:27 -0300 Subject: [PATCH] Fix typo: 'your' -> 'you' in contributing.md --- contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index 43d68d85d..8fad81e33 100644 --- a/contributing.md +++ b/contributing.md @@ -8,7 +8,7 @@ There is an issue template for you to follow. Please provide as much information Thank you in advance for your help. ### When you open a pull request -There is a pull request template for your to follow. Please fill in the template before submitting your code. Your pull request will be reviewed faster if we know exactly what it does. +There is a pull request template for you to follow. Please fill in the template before submitting your code. Your pull request will be reviewed faster if we know exactly what it does. Make sure that you have: - Checked [`code_style.md`](docs/code_style.md) for information on code style