Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.84 KB

CONTRIBUTING.md

File metadata and controls

60 lines (39 loc) · 1.84 KB

Contributing to Pattarai

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

Contributions you can make to this project

  • Add your work
  • Improve an existing idea
  • Report a bug or problem with the repo
  • Make any suggestion for improvement as a issue

How to submit your code - step by step guide

Please use pull requests. See the Github docs for details on how pull requests work.

Steps to make your contribution:

1. Fork this repo

2. Clone it locally

3. Add this repo as the remote upstream and keep it synced by pulling from upstream

git remote add upstream https://github.com/pattarai/ui-design-using-figma-xd.git

git pull upstream main

4. Create a new branch and checkout to the branch

 git checkout -b your-branch

5. Make your changes and test it works

6. Commit your changes

git commit -m "commit message describing change" 

7. Push to your Fork

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.

9. If needed, respond to code review comments and feedback

10. If your contribution is valid, your changes will be merged. Congrats!

License

By contributing, you agree that your contributions will be licensed under its MIT License.