From 6b92e6b21880efc8b6d8e8274054aa17dcd8d441 Mon Sep 17 00:00:00 2001 From: Mathew Pareles <51329589+mathewpareles@users.noreply.github.com> Date: Tue, 17 Sep 2024 13:30:40 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 39aa1cf3..65913ab0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,15 +24,6 @@ Here are the most important topics on our Roadmap. More ⭐'s = more important. -## ⭐ One-stars. - -⭐ When user presses ctrl+L it should clear the sidebar's state. - -⭐ Let the user accept / reject all Diffs in an entire file via the sidebar. - -⭐ Allow the user to make multiple selections of code or files at once. - -⭐ Allow user to X out of their current selection. @@ -69,6 +60,15 @@ Feel free to build AI features beyond the standard Cursor ones. For example, cre Eventually, we want to build a convenient API for creating AI tools. The API will provide methods for creating the UI (showing an autocomplete suggestion, or creating a new diff), detecting event changes (like `onKeystroke` or `onFileOpen`), and modifying the user's file-system (storing indexes associated with each file), making it much easier to make your own AI plugin. We plan on building these features further along in timeline, but we wanted to list them for completeness. +## ⭐ One-stars. + +⭐ When user presses ctrl+L it should clear the sidebar's state. + +⭐ Let the user accept / reject all Diffs in an entire file via the sidebar. + +⭐ Allow the user to make multiple selections of code or files at once. + +⭐ Allow user to X out of their current selection. ## 1. Building the Extension