First off, thank you for considering contributing to StarkWager! It's people like you that make StarkWager such a great platform.
Comments like:
🚫 "Can I help on this one?"
🚫 "I’d love to contribute!"
🚫 "Checkout my profile!"
🚫 "Can I tackle this?"
Won't be considered.
Instead, provide a **clear explanation of your approach **, including:
- An introduction about yourself
- A concise plan to solve the issue (3-6 lines max).
- Your estimated completion time (ETA).
- 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 issue.
- Fork the repository from GitHub.
- Clone it to your local machine:
git clone https://github.com/stakepoint/stark-wager-mobile.git cd [reponame]
Create a new branch following our branch naming convention:
git checkout -b feature/issue-title-code- Follow coding standards.
- 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.
- Ensure your branch is up to date with the
devbranch. - Push your changes to your branch.
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 StarkWager! Let us know if you need any help.