We appreciate your interest in contributing to Solana NFT Collections! Here are some guidelines to help you get started.
If you encounter any bugs or issues, please open an issue on our GitHub repository. Be sure to include as much information as possible to help us reproduce and fix the problem.
If you have ideas for new features or improvements, we'd love to hear them! Please open an issue and describe your suggestion in detail.
If you'd like to contribute a new snapshot directly, here's the process:
- Fork the repository.
- Run
npm install
to install the dependencies. - Snakecase the name of the project in your mind palace, e.g.,
Legends of Solana
becomeslegends_of_solana
. - Get the collection address (see
README.md
for details). - Run
npm run snapshot {collection_address} {project_name}
to generate a snapshot. - Create a new branch for your changes.
- Make your changes in your branch.
- Submit a pull request with your changes.
- Wait for your pull request to be reviewed and merged.
By contributing to Solana NFT Collections, you agree that your contributions will be licensed under the same terms as the original project (Apache License 2.0). See LICENSE
for details.
We maintain a list of all contributors in devs.md
. When your pull request is merged, we'll add your name to this list.
Thank you for your interest in contributing to Solana NFT Collections!