diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6b14ea8..9cc1837 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -76,7 +76,7 @@ Check out the [Good First Issues](https://github.com/sendaifun/solana-agent-kit/ - **Language**: TypeScript - **Formatting**: Follow the existing codebase formatting. Consider using [Prettier](https://prettier.io/) for consistent code formatting. -- **Linting**: Adhere to the linting rules defined in `.eslintrc`. Ensure all linting checks pass before submitting a PR. +- **Code Quality**: Adhere to the code quality rules defined in `.eslintrc`. Ensure all checks pass before submitting a PR. ### Commit Messages diff --git a/README.md b/README.md index 675b162..240cf25 100644 --- a/README.md +++ b/README.md @@ -235,10 +235,11 @@ The toolkit relies on several key Solana and Metaplex libraries: ## Contributing Contributions are welcome! Please feel free to submit a Pull Request. +Refer to [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines on how to contribute to this project. ## License -ISC License +MIT License ## Security