Welcome! Follow these steps to contribute effectively to the StarShop project. Let’s build a transparent, blockchain-powered marketplace together!
Comments like:
🚫 "Can I help on this one?"
🚫 "I’d love to contribute!"
🚫 "Checkout my profile!"
🚫 "Can I tackle this?"
Won't be considered, and you won't be assigned.
Instead, provide a clear explanation of your approach in 5-6 lines maximum, including:
- Your estimated completion time (ETA).
- A concise plan to solve the issue.
- Look for an open issue and comment expressing your interest to work on it.
- Wait for the maintainer to assign the issue to you.
- Remember to apply only if you are able to solve the issue.
- In the comment, Add a quick introduction about yourself, The ETA, and how you plan to tackle the issuee.
Once assigned, contact the maintainer via Telegram to let them know you’re currently working on the assigned issue and provide a brief idea of how you plan to tackle it.
Telegram: @StarShop
- Fork the repository from GitHub.
- Clone it to your local machine:
git clone https://github.com/your-username/[reponame].git cd [reponame]
Create a new branch to work on the issue:
git checkout -b feature/issue-title
- Follow coding standards (ESLint, Prettier).
- Ensure your code is well-documented and tested.
- Push your branch to GitHub:
git push origin feature/issue-title
- Open a pull request (PR) with:
- A clear description of your solution.
- A reference to the issue number.
Wait for reviews, make updates if needed, and get your PR merged!
For faster review, contact the maintainer via Telegram.
Use the following types for your commit messages:
- feat: A new feature
- fix: A bug fix
- docs: Documentation only changes
- style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc.)
- refactor: A code change that neither fixes a bug nor adds a feature (improvements of the code structure)
- perf: A code change that improves performance
- test: Adding missing or correcting existing tests
- build: Changes that affect the build system or external dependencies (example scopes: gulp, npm)
- ci: Changes to CI configuration files and scripts (example scopes: travis, circle)
- chore: Other changes that don't modify src or test files
- revert: Reverts a previous commit
Thank you for contributing to StarShop! Let us know if you need any help.