Skip to content

Commit dfaa6d9

Browse files
author
The Maker
authored
fixed minor grammar errors in CONTRIBUTING.md (#151)
* fixed minor grammar errors in CONTRIBUTING.md * fix:added more fixes
1 parent 46edd4b commit dfaa6d9

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Specifically for code in this repo:
2222

2323
1. Use pnpm as the default package manager for the project. You can [install pnpm by following the instructions](https://pnpm.io/installation). Commit `pnpm-lock.yaml` to the repository.
2424

25-
2. Anchor programs should be in directory `anchor`, programs written for Solana Native should be in directory `native`, TypeScript in `posidon` and Python in `seahorse`.
25+
2. Anchor programs should be in directory `anchor`, programs written for Solana Native should be in directory `native`, TypeScript in `poseidon` and Python in `seahorse`.
2626

2727
3. Tests for Solana native, Steel and Anchor programs should be written with [ts-mocha](https://github.com/piotrwitek/ts-mocha).
2828

@@ -44,14 +44,15 @@ Specifically for code in this repo:
4444
7. TypeScript, JavaScript and JSON files are formatted and linted using
4545
[Biome](https://biomejs.dev/). Execute the following command to format and lint your code at the root of this project before submitting a pull request:
4646

47-
8. Some projects can be ignored from the building and testing process by adding the project name to the `.ghaignore` file.
48-
When removing or updating an example, please ensure that the example is removed from the `.ghaignore` file
49-
and there's a change in that example's directory.
50-
5147
```bash
5248
pnpm check:fix
5349
```
5450

51+
8. Some projects can be ignored from the building and testing process by adding the project name to the `.gitignore` file.
52+
When removing or updating an example, please ensure that the example is removed from the `.gitignore` file
53+
and there's a change in that example's directory.
54+
55+
5556
## Code of Conduct
5657

5758
We are committed to providing a friendly, safe, and welcoming environment for all contributors, regardless of their background, experience level, or personal characteristics. As a contributor, you are expected to:

0 commit comments

Comments
 (0)