diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ce697e7..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) @@ -55,6 +57,14 @@ 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 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.