diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-28 17:38:16 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-28 17:38:16 -0700 |
commit | 7bc474edbfb0185e6e6233f68e61b2460e7f319d (patch) | |
tree | 33d88d177d4dbd74174ec55e4ac3d9f2baae5ce3 | |
parent | 374bdd037792825bf984026da12d4100ffebcac2 (diff) | |
parent | 6a808de4d5da07fea25552d3750bd694077a4eb0 (diff) | |
download | sncontinue-7bc474edbfb0185e6e6233f68e61b2460e7f319d.tar.gz sncontinue-7bc474edbfb0185e6e6233f68e61b2460e7f319d.tar.bz2 sncontinue-7bc474edbfb0185e6e6233f68e61b2460e7f319d.zip |
Merge branch 'main' of https://github.com/continuedev/continue
-rw-r--r-- | CONTRIBUTING.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a958777f..e6dea5c4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,19 +2,19 @@ ## Table of Contents -- [❤️ Ways to Contribute](#❤️-ways-to-contribute) - - [🐛 Report Bugs](#🐛-report-bugs) - - [✨ Suggest Enhancements](#✨-suggest-enhancements) - - [📖 Updating / Improving Documentation](#📖-updating--improving-documentation) - - [🧑💻 Contributing Code](#🧑💻-contributing-code) +- [❤️ Ways to Contribute](#%EF%B8%8F-ways-to-contribute) + - [🐛 Report Bugs](#-report-bugs) + - [✨ Suggest Enhancements](#-suggest-enhancements) + - [📖 Updating / Improving Documentation](#-updating--improving-documentation) + - [🧑💻 Contributing Code](#-contributing-code) - [Setup Development Environment](#setting-up-the-development-environment) - [Writing Steps](#writing-steps) - [Writing Context Providers](#writing-context-providers) -- [📐 Continue Architecture](#📐-continue-architecture) +- [📐 Continue Architecture](#-continue-architecture) - [Continue VS Code Client](#continue-vs-code-client) - [Continue IDE Websockets Protocol](#continue-ide-websockets-protocol) - [Continue GUI Websockets Protocol](#continue-gui-websockets-protocol) -- [❇️ Core Concepts](#❇️-core-concepts) +- [❇️ Core Concepts](#%EF%B8%8F-core-concepts) - [Step](#step) - [Autopilot](#autopilot) - [Observation](#observation) |