DevilsAutumn / Opensource-init

Repository made for first time contributors.
Apache License 2.0
4 stars 23 forks source link

[Web- html,css,javascript] Add save button to drawing app #50

Closed saikatdgp2001 closed 1 year ago

saikatdgp2001 commented 1 year ago

Description

Please include a summary of the change and which issue is fixed.

Fixes #49

Replace issue_no with the issue number which is fixed in this PR

Type of change

Please delete options that are not relevant.

Checklist:

DevilsAutumn commented 1 year ago

Everytime you start working on an issue make sure you fetch the remote repo to your local machine to prevent merge conflicts. Merge conflicts are quite confusing for beginner hence i would suggest you to read about merge conflicts and how to resolve them.

What you have to do now:

  1. Run git fetch https://github.com/DevilsAutumn/Hacktoberfest22 main
  2. Then you will see same conflicts in your local machine.
  3. Accept the incoming changes and then do your changes again.
  4. Then again add,commit and run git push -f
saikatdgp2001 commented 1 year ago

done plz check

DevilsAutumn commented 1 year ago

Copy of #48