Skip to content

Commit 3833b71

Browse files
authored
Update README.md
1 parent c8ef307 commit 3833b71

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@
1313

1414
![Compare two text selections](https://raw.githubusercontent.com/ryu1kn/vscode-partial-diff/master/images/public.gif)
1515

16+
## Request Features or Report Bugs
17+
18+
Feature requests and bug reports are very welcome: https://github.com/ryu1kn/vscode-partial-diff/issues
19+
20+
A couple of requests from me when you raise an github issue.
21+
22+
* **Requesting a feature:** Please try to provide the context of why you want that feature. Such as, in what situation the feature could help you and how, or how the lack of the feature is causing an inconvenience to you. I can't think of introducing it until I understand how it helps you 🙂
23+
* **Reporting a bug:** Please include environment information (OS name/version, the editor version). Also screenshots (or even videos) are often very very helpful!
24+
1625
## Commands
1726

1827
* `Select Text for Compare` (**Command ID:** `extension.partialDiff.markSection1`)
@@ -125,10 +134,6 @@ You can quickly mark the selected text by adding the `partial-diff` commands to
125134

126135
* If you want to compare text in Output channels, you'll need to execute the commands via keyboard shortcuts or the context menu (i.e. right-click menu). Executing the commands through the command palette doesn't work. See [Cannot compare texts in Outputs channel if the mark text commands are executed from the command palette](https://github.com/ryu1kn/vscode-partial-diff/issues/3).
127136

128-
## Request Features or Report Bugs
129-
130-
* https://github.com/ryu1kn/vscode-partial-diff/issues
131-
132137
## Changelog
133138

134139
* https://github.com/ryu1kn/vscode-partial-diff/blob/master/CHANGELOG.md

0 commit comments

Comments
 (0)