14 lines
438 B
Markdown
14 lines
438 B
Markdown
# Way to contribute
|
|
|
|
1. Fork the repo and create your branch from `main`.
|
|
2. Clone the project to your own system.
|
|
3. Commit changes to your own branch.
|
|
4. Make sure your code lints.
|
|
5. Push your work back up to your fork.
|
|
6. Issue that pull request!
|
|
|
|
### Please consider following points while contributing
|
|
|
|
- Any new component first should be added in MainActivity screen.
|
|
- Try not to add new Icons/Images unless must be needed.
|