Fix typo in adding-custom-instructions-for-github-copilot.md (#35147)
This commit is contained in:
@@ -40,7 +40,7 @@ This example of a `.github/copilot-instructions.md` file contains three instruct
|
|||||||
```markdown
|
```markdown
|
||||||
We use Bazel for managing our Java dependencies, not Maven, so when talking about Java packages, always give me instructions and code samples that use Bazel.
|
We use Bazel for managing our Java dependencies, not Maven, so when talking about Java packages, always give me instructions and code samples that use Bazel.
|
||||||
|
|
||||||
We always write JavaScript with double quotes and tabs for indentation, so when your reponses include JavaScript code, please follow those conventions.
|
We always write JavaScript with double quotes and tabs for indentation, so when your responses include JavaScript code, please follow those conventions.
|
||||||
|
|
||||||
Our team uses Jira for tracking items of work.
|
Our team uses Jira for tracking items of work.
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user