Thank you for considering contributing to this project! We welcome contributions from everyone. Please follow these guidelines to ensure a smooth contribution process.
- Click the "Fork" button at the top-right corner of this repository to create your own copy.
- Clone your forked repository to your local machine:
git clone https://github.com/your-username/solgen-extension.git cd solgen-extension
- Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
- Make your changes in the codebase.
- Ensure your code follows the existing style and conventions.
- Add comments where necessary.
- Add unit tests for any new functionality or changes.
- Run the tests to ensure everything works:
npm test
- Push your branch to your forked repository:
- Go to the original repository and click "New Pull Request."
- Provide a clear description of your changes and link any related issues.
- Code of Conduct
- Be respectful and inclusive.
- Avoid using offensive language.
- Provide constructive feedback.
If you find a bug or have a feature request, please open an issue in the repository.
- Provide as much detail as possible to help us address the issue.
If you have any questions, feel free to open an issue or reach out to me.
Thank you for contributing!