From ba22dbe7323cf76366680708c1fe1b4dc5250472 Mon Sep 17 00:00:00 2001 From: ademidun Date: Mon, 12 Dec 2022 15:49:42 -0500 Subject: [PATCH 1/2] add idea to Readme.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e0622e0..b01f3e2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,10 @@ Let chatgpt review your PR. Please note: this repo is a WIP and I do not recommend you to use it in production! -Another idea: Create a vscode extension that asks ChatGPT to refactor or point out the bugs of a selected range of code. I don't have time to learn vscode extension and implement it. +## Ideas + +- Create a vscode extension that asks ChatGPT to refactor or point out the bugs of a selected range of code. I don't have time to learn vscode extension and implement it. +- Idea: Implement ChatGPT's feedback as a commit or suggested change ([#27](https://github.com/kxxt/chatgpt-action/issues/27)) ## Warning From 6d8019b07665416ad35f628a798e0028a145d094 Mon Sep 17 00:00:00 2001 From: ademidun Date: Mon, 12 Dec 2022 15:50:38 -0500 Subject: [PATCH 2/2] fix grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b01f3e2..f5c217b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Please note: this repo is a WIP and I do not recommend you to use it in produc ## Ideas - Create a vscode extension that asks ChatGPT to refactor or point out the bugs of a selected range of code. I don't have time to learn vscode extension and implement it. -- Idea: Implement ChatGPT's feedback as a commit or suggested change ([#27](https://github.com/kxxt/chatgpt-action/issues/27)) +- Implement ChatGPT's review feedback as a commit or suggested change ([#27](https://github.com/kxxt/chatgpt-action/issues/27)) ## Warning