All inputs are welcome!
Please make sure you are assigned to an Issue before submitting a pull request
Go to the issue page and either
- Request to be assigned to an existing issue
- Create your own issue and use one of the templates provided. Wait for approval and to be assigned the issue before submitting a pull request
- Add your work
- Improve an existing idea
- Report a bug or problem with the repo
- Make any suggestion for improvement as a issue
Please use pull requests. See the Github docs for details on how pull requests work.
Steps to make your contribution:
git remote add upstream https://github.com/pattarai/ui-design-using-figma-xd.git
git pull upstream main
git checkout -b your-branch
git commit -m "commit message describing change"
git push origin your-branch
8. Go to your Fork on Github and create a pull request to this repo on Github. Fill in the PR submission form.
By contributing, you agree that your contributions will be licensed under its MIT License.