Skip to content

Commit

Permalink
fix: unintended meaning in contribution documents
Browse files Browse the repository at this point in the history
  • Loading branch information
KTrain5169 committed Aug 15, 2024
1 parent be56634 commit ad56b0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Then, checkout your branch locally and start coding.

General guidelines for developing:

- Make sure you look at the Pull Requests page to see if your idea has already been listed. If so, we recommend opening pull requests to the head branch/repository (the head branch is the branch merging to the repository).
- Make sure you look at the Pull Requests page to see if your idea has already been listed. If there isn't one, we recommend opening pull requests to the head branch/repository (the head branch is the branch merging to the repository).
- Make your commit names helpful so we can understand what you have changed.
- Install Prettier. You can run `pnpm add prettier` or install Prettier as a VS Code extension (this should have been recommended to you automatically!). If you use the extension, ensure `Format on Save` is set in VS Code settings.
- Make sure you use our pull request template when making a pull request.
Expand Down
2 changes: 1 addition & 1 deletion i18n/lang/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"When an area is in ALL CAPS, also write in ALL CAPS if you can with your language."
],
"coding": [
"Make sure you look at the Pull Requests page to see if your idea has already been listed. If so, we recommend opening pull requests to the head branch/repository (the head branch is the branch merging to the repository).",
"Make sure you look at the Pull Requests page to see if your idea has already been listed. If there isn't one, we recommend opening pull requests to the head branch/repository (the head branch is the branch merging to the repository).",
"Make your commit names helpful so we can understand what you have changed.",
"Install Prettier. You can run 'pnpm add prettier' or install Prettier as a VS Code extension (this should have been recommended to you automatically!). If you use the extension, ensure 'Format on Save' is set in VS Code settings.",
"Make sure you utilise our pull request template when making a pull request."
Expand Down

0 comments on commit ad56b0e

Please sign in to comment.