Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
docs(contributing): update the instructions for code contributions (#77)
Browse files Browse the repository at this point in the history
* docs(contributing): update the git command instructions

* build(version): bump extension version
  • Loading branch information
frgfm authored Apr 2, 2024
1 parent a04ca74 commit 1173d96
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,13 @@ Now by pressing F5, you'll open a new window with your local version of the exte

### Submit your modifications

Commit your changes (for commit messages, use [Angular commit format](https://github.com/angular/angular/blob/main/CONTRIBUTING.md#-commit-message-format)):

```shell
git add <MODIFIED_FILE1> <MODIFIED_FILE2>
git commit -m '<COMMIT_MSG>'
```

Push your last modifications to your remote branch

```shell
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "quack-companion",
"displayName": "Quack Companion",
"version": "0.0.8-alpha",
"version": "0.0.9-alpha",
"license": "Apache-2.0",
"publisher": "quackai",
"description": "VSCode extension of Quack Companion 💻 Turn your team insights into a portable plug-and-play context for code generation. Alternative to GitHub Copilot powered by OSS LLMs (Mistral, Gemma, etc.) using Ollama.",
Expand Down

0 comments on commit 1173d96

Please sign in to comment.