Welcome to the repository! We really appreciate your contributions towards this project!
This file contains a set of guidelines for everyone who wishes to contribute to this repository. Feel free to ask questions in case of any doubts and make sure you read the whole guidelines
- Participants/contributors have to comment on issues they would like to work on, and mentors will assign you.
- Issues will be assigned on a first-come, first-serve basis.
- Participants/contributors can also open their issues, but it needs to be verified and labelled.
- Before working on any issue, make sure it is assigned to you and don't work on issues already assigned to someone else.
- Don't create already existing issues.
- While making any UI changes, make sure to add screenshots in your Pull Request, showing the changes you've made.
- Try to keep relevant file names and variable names and add relevant comments wherever necessary.
- Pull requests will be merged after being reviewed by a mentor or PA.
We love pull requests from everyone. By participating in this project, you agree to abide by the Code Of Conduct.
- Fork this project
- Clone your forked version
git clone git@github.com:<YOUR-USERNAME>/CardUI.git
- Make changes
- Create a branch
- Commit your changes (write a short descriptive message of what you have done)
- Push your changes to your forked version
- Go to the original project on GitHub & Create a Pull Request