Skip to content

Commit bfc0ea1

Browse files
Update CONTRIBUTING.md (#122)
1 parent 7ee38fa commit bfc0ea1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ We welcome contributions in the form of code, documentation, bug reports, featur
1414

1515
- **Bug Reports, Ideas or Feedback:** If you encounter any issues or have ideas for new examples, please submit a bug report or feature request. Your feedback is valuable and helps us improve the quality and relevance of the examples.
1616

17-
## Contributing code examples:
17+
## General coding and writing guidelines
1818

19-
When contributing code examples, please follow these guidelines to ensure programs build and test successfully:
19+
Please follow the [Contributing and Style Guide from the Developer Content Repo](https://github.com/solana-foundation/developer-content/blob/main/CONTRIBUTING.md).
20+
21+
Specifically for code in this repo:
2022

2123
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.
2224

23-
2. Anchor programs should be in directory `anchor`, programs written for Solana Native should be in directory `native`.
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.
2426

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

0 commit comments

Comments
 (0)