Skip to content

Commit

Permalink
refs #000: added a point about github copilot in the onboarding list;…
Browse files Browse the repository at this point in the history
… added information about GHCP in the CLI. (#222)
  • Loading branch information
stickgrinder authored Mar 27, 2024
1 parent 21811bb commit 97830eb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions content/procedures/employee-onboarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ The employee must, with the help of an HR representative:
* If they are a developer, log into GCP using [this procedure](/guides/local-development-environment-configuration#log-into-gcloud)
* Activate two-factor authentication on Gitlab
* Generate an SSH key and add it among the available keys for their Gitlab account
* If applicable, [install GH Copilot in the CLI](/tools-and-policies/github-copilot#github-copilot-in-the-cli) and [review how to require company access to Copilot](/tools-and-policies/github-copilot)
* Set their profile pictures (starting with Gravatar and checking on Gitlab, Slack, Float, etc) with an appropriate close-up
* Set their e-mail signature in [the official format](#standard-mail-signature-format) (respect bolds)
* Set the [SparkFabrik branded LinkedIn banner](#branded-linkedin-banner) on the Linkedin profile
Expand Down
9 changes: 9 additions & 0 deletions content/tools-and-policies/github-copilot.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,12 @@ As the subscription will be made through our Github Organization, your already e
## Refunding of a previously purchased subscription

If you have already purchased the personal Github Copilot subscription, when the new Organization subscription will be attached to your Github account, Github will refund you for the unused portion of the subscription. You can request a refund for the partial paid subscription using the dedicated platform for employees refunds, only if it was previously approved as a company expense.

## GitHub Copilot in the CLI

As described in the official documentation:

> _GitHub Copilot in the CLI_ provides a chat-like interface in the terminal that allows you to ask questions about the command line. You can ask GitHub Copilot to provide either command suggestions or explanations of given commands.
To install _GH Copilot in the CLI_, please [follow the official documentation](https://docs.github.com/en/copilot/github-copilot-in-the-cli/using-github-copilot-in-the-cli#installing-copilot-in-the-cli).
Mind that [_GitHub CLI_ should be installed](https://github.com/cli/cli#installation).

0 comments on commit 97830eb

Please sign in to comment.