From a32f9c96f39b3dabaf8540585bf74132e8ad3d1e Mon Sep 17 00:00:00 2001 From: hiroki osame Date: Mon, 20 Mar 2023 13:42:31 -0400 Subject: [PATCH] docs: move roadmap to issues --- README.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/README.md b/README.md index 05c4bc0..6ce7f11 100644 --- a/README.md +++ b/README.md @@ -103,18 +103,6 @@ This CLI tool runs `git diff` to grab all your latest code changes, sends them t Video coming soon where I rebuild it from scratch to show you how to easily build your own CLI tools powered by AI. -## Future tasks - -- Add support for conventional commits as a flag that users can enable -- Migrate to chatGPT instead of GPT-3 -- Add support for diffs greater than 200 lines by grabbing the diff per file, optional flag -- Add ability to specify a commit message from inside aicommit if user doesn't like generated one -- Play around with prompt to produce optimal result -- Add an alias called `aic` that does "git add . && aicommits && git push" -- Add opt-in emoji flag to preface commits with an emoji, use [this](https://gitmoji.dev) as a guide -- Add opt-in languages flag where it returns the commit in different languages -- Build landing page for the 2.0 launch - ## Maintainers - **Hassan El Mghari**: [@Nutlope](https://github.com/Nutlope) [](https://twitter.com/nutlope) @@ -125,4 +113,4 @@ Video coming soon where I rebuild it from scratch to show you how to easily buil ## Contributing -If you want to help fix a bug or implement a feature in [Issues](https://github.com/Nutlope/aicommits/issues), checkout the [Contribution Guide](CONTRIBUTING.md) to learn how to setup and test the project. \ No newline at end of file +If you want to help fix a bug or implement a feature in [Issues](https://github.com/Nutlope/aicommits/issues), checkout the [Contribution Guide](CONTRIBUTING.md) to learn how to setup and test the project.