Skip to content

Commit 3239638

Browse files
committed
Tweaks from PR
1 parent c315829 commit 3239638

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ All community contributions in this pull request are licensed to the project
88
maintainers under the terms of the
99
[Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0).
1010

11-
By creating this pull request I represent that I have the right to license the
11+
By creating this pull request, I represent that I have the right to license the
1212
contributions to the project maintainers under the Apache 2 License as stated in
1313
the
1414
[Community Contribution License](https://github.com/jetify-com/opensource/blob/main/CONTRIBUTING.md#community-contribution-license).

CONTRIBUTING.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,10 @@ The easiest way to develop Devbox is with Devbox!
3636
Tip: you can also start VSCode from inside your Devbox shell with
3737
`devbox run code`.
3838

39-
- If you are encountering an error similar to:
40-
`line 3: command 'code' not found`, this means you do not have the Visual
41-
Studio Code "Shell Command" installed. To do this, follow the official guide:
42-
https://code.visualstudio.com/docs/setup/mac. Please refer to the section
43-
under: "Launching from the command line".
39+
- If you encounter an error similar to: `line 3: command 'code' not found`, it
40+
means you do not have the Visual Studio Code "Shell Command" installed. Follow
41+
the official guide at https://code.visualstudio.com/docs/setup/mac. Please
42+
refer to the section under: "Launching from the command line".
4443

4544
### Setting up the Environment Without Devbox
4645

@@ -67,7 +66,7 @@ environment by following the steps below.
6766
## Pull Request Process
6867

6968
1. For new features or non-trivial changes, consider first filing an issue to
70-
discuss what changes you plan on making. This will let us help you with
69+
discuss what changes you intend to make. This will let us help you with
7170
implementation details and to make sure we don't duplicate any work.
7271
2. Ensure any new feature or functionality includes tests to verify its
7372
correctness.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ extra-layer of virtualization slowing your file system or every command. When
7575
you're ready to ship, it'll turn it into an equivalent container – but not
7676
before.
7777

78-
### Good-bye conflicting versions
78+
### Goodbye conflicting versions
7979

8080
Are you working on multiple projects, all of which need different versions of
8181
the same binary? Instead of attempting to install conflicting versions of the
@@ -183,7 +183,7 @@ the full list of commands.
183183

184184
## Contributing
185185

186-
Devbox is an opensource project so contributions are always welcome. Please read
186+
Devbox is an opensource project, so contributions are always welcome. Please read
187187
[our contributing guide](CONTRIBUTING.md) before submitting pull requests.
188188

189189
[Devbox development readme](devbox.md)

0 commit comments

Comments
 (0)