From 72b3fd9df4c090dfcdcef9047e24c2d998edee8d Mon Sep 17 00:00:00 2001 From: Shiv Date: Mon, 24 May 2021 22:20:14 +0530 Subject: [PATCH] fixed confusing sentence in pull requests section --- docs/CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 14c383b1..0da5bb1a 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -19,8 +19,7 @@ ## Pull Requests -Please create a [GitHub Issue](https://github.com/cdr/code-server/issues) for each issue -you'd like to address unless the proposed fix is minor. +Please create a [GitHub Issue](https://github.com/cdr/code-server/issues) to address any issue. You can skip this if the proposed fix is minor. In your Pull Requests (PR), link to the issue that the PR solves.