From 72b3fd9df4c090dfcdcef9047e24c2d998edee8d Mon Sep 17 00:00:00 2001 From: Shiv Date: Mon, 24 May 2021 22:20:14 +0530 Subject: [PATCH 1/3] 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. From 471e4ac72b2fa02004839935877d22bd4cc668ef Mon Sep 17 00:00:00 2001 From: Shiv Date: Mon, 24 May 2021 23:18:46 +0530 Subject: [PATCH 2/3] updated changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ce697e7..a2795575 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,6 +55,15 @@ VS Code v0.00.0 --> +# Next Version + +VS Code v0.00.0 + + +### Documentation + + - docs: fix confusing sentence in pull requests section #3460 @shiv-tyagi + ## 3.10.2 VS Code v1.56.1 From 5c41954417d2d3ddb658518a9f0f76c0cdfe151e Mon Sep 17 00:00:00 2001 From: Shiv Date: Tue, 25 May 2021 07:36:35 +0530 Subject: [PATCH 3/3] ran yarn fmt locally --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2795575..017fa2b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,18 +3,20 @@ # Changelog - [Changelog](#changelog) +- [Next Version](#next-version) + - [Documentation](#documentation) - [3.10.2](#3102) - [New Features](#new-features) - [Bug Fixes](#bug-fixes) - [Development](#development) - [3.10.1](#3101) - [Bug Fixes](#bug-fixes-1) - - [Documentation](#documentation) + - [Documentation](#documentation-1) - [Development](#development-1) - [3.10.0](#3100) - [New Features](#new-features-1) - [Bug Fixes](#bug-fixes-2) - - [Documentation](#documentation-1) + - [Documentation](#documentation-2) - [Development](#development-2) - [Previous versions](#previous-versions) @@ -59,10 +61,9 @@ VS Code v0.00.0 VS Code v0.00.0 - ### Documentation - - docs: fix confusing sentence in pull requests section #3460 @shiv-tyagi +- docs: fix confusing sentence in pull requests section #3460 @shiv-tyagi ## 3.10.2