Skip to content

Commit c6196cf

Browse files
authored
Update faq.md
1 parent f1a17ef commit c6196cf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/faq.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ Choose which repositories are permitted to use GitHub Actions.
1616

1717
## Does gitStream services have access to my code?
1818

19-
Like any other CI/CD automation, the source code is being scanned in the repo and is not shared with any external services. Only metadata that relates and affects the workflow is shared to allow rule based automation on the repo.
19+
Like any other CI/CD automation, the source code is being scanned in the repo and is not shared with any external services. Only metadata related to and affecting the workflow is shared to allow rule-based automation on the repo.
2020

2121
## Why does gitStream require permission to write code?
22-
In order to support automations that either Approve or Merge PRs, GitHub API requires code write scope.
22+
To support automations that either Approve or Merge PRs, the git providers require code write scope.
2323

2424
## What repos are supported?
2525

@@ -36,22 +36,22 @@ Coming soon.
3636

3737
## Is there .cm syntax highlighting?
3838

39-
The `.cm` file use YAML with JINJA2, in order for your favorite editor to choose automatically the right syntax, you can use modelines.
39+
The `.cm` file uses YAML with JINJA2. For your favorite editor to automatically choose the right syntax, you can use modelines.
4040

4141
Add the following line to the top of the `.cm` file (the default has it already):
4242

4343
```
4444
# -*- mode: yaml -*-
4545
```
4646

47-
Get a plug-in that enable modelines, popular ones are:
47+
Get a plug-in that enables modelines. Popular ones are:
4848

4949
- VS Code: [Modelines](https://marketplace.visualstudio.com/items?itemName=chrislajoie.vscode-modelines)
5050
- Sublime Text: [CM syntax for ST4](https://packagecontrol.io/packages/Continuous%20Merge) or [Emacs-like Sublime Modeline](https://github.com/kvs/STEmacsModelines)
5151
- Vim [Modeline magic](https://vim.fandom.com/wiki/Modeline_magic)
5252

53-
## I have an issue I can't seem to solve, what should I do?
53+
## I have an issue I can't seem to solve. What should I do?
5454

55-
Go to our issues page and check if there are any similar issues already reported. If not, create a new issue with all the details so we can take a look.
55+
Go to our issues page and check if any similar issues are already reported. If not, create a new issue with all the details so we can take a look.
5656

57-
Found a bug? Create a new item in the [project's issues](https://github.com/linear-b/gitstream/issues)
57+
Found a bug? Create a new item in the [project's issues](https://github.com/linear-b/gitstream/issues)

0 commit comments

Comments
 (0)