Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_reqeust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this feature request!
Thanks for taking the time to fill out this feature request! But please firstly [post your idea in discussion](https://github.com/intitni/CopilotForXcode/discussions/new?category=ideas) so that we can discuss about it in advance.
- type: checkboxes
id: before-reporting
attributes:
Expand All @@ -25,4 +25,4 @@ body:
placeholder: Tell us what you want!
value: "I want a feature!"
validations:
required: true
required: true
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ For chat and prompt to code features:

## Installation and Setup

> The installation process is a bit complicated. Here is a quick overview:
>
> 1. Install the app into the Applications folder.
> 2. Enable the source editor extension.
> 3. Grant Accessibility API permission to the extension app.
> 4. Setup accounts and models in the host app.
> 5. Optionally, update the settings of each feature in the host app, and setup keybindings.

### Install

You can install it via [Homebrew](http://brew.sh/):
Expand Down