From 9b1ffc401aa2e471e84bcf63a99af8bf92aa0225 Mon Sep 17 00:00:00 2001 From: radeva Date: Sun, 18 Feb 2018 19:43:14 +0200 Subject: [PATCH] docs: fix link --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1dbe23096..9e66edd30 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,7 +22,7 @@ Help us keep a healthy and open community. We expect all participants in this pr 1. Always update to the most recent master release; the bug may already be resolved. 2. Search for similar issues in the issues list for this repo; it may already be an identified problem. -3. If this is a bug or problem that is clear, simple, and is unlikely to require any discussion -- it is OK to open an issue on GitHub with a reproduction of the bug including workflows and screenshots. If possible, submit a Pull Request with a failing test, entire application or module. If you'd rather take matters into your own hands, fix the bug yourself (jump down to the [Submitting a PR](#pr) section). +3. If this is a bug or problem that is clear, simple, and is unlikely to require any discussion -- it is OK to open an issue on GitHub with a reproduction of the bug including workflows and screenshots. If possible, submit a Pull Request with a failing test, entire application or module. If you'd rather take matters into your own hands, fix the bug yourself (jump down to the [Submitting a PR](#submitting-a-pr) section). ## Requesting Features