Skip to content

Commit 6de6dad

Browse files
committed
Revert "fixed minor grammar errors in CONTRIBUTING.md (#151)"
This reverts commit dfaa6d9.
1 parent 7554902 commit 6de6dad

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 6 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 `poseidon` 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 `posidon` 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,15 +44,14 @@ 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+
4751
```bash
4852
pnpm check:fix
4953
```
5054

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-
5655
## Code of Conduct
5756

5857
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)