DevilsAutumn / Opensource-init

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

To add a feature in drawing app #46

Closed nikhil730 closed 1 year ago

nikhil730 commented 1 year ago

Title Adding a feature in drawing app so the user can take a ss of his drawing.

Project link [Click here](Paste link of project here)

Domain Add 'x' inside [ ] to cross check box.

Please describe your feature. In the click feature the user can draw and to keep it with him he can take a ss which will be downloaded in his pc.

Describe the solution you'd like Just adding a input button to click the ss.

Additional context Screenshot (6) ss (4)

DevilsAutumn commented 1 year ago

Good going!

nikhil730 commented 1 year ago

thankss.

DevilsAutumn commented 1 year ago

Pull the changes to your local repo first to avoid merge conflicts.

nikhil730 commented 1 year ago

okayy

nikhil730 commented 1 year ago

i don't know what is wrong in this one showing conflicting pr

DevilsAutumn commented 1 year ago

See i told you to Fetch the remote repo first, Now you have to do a little extra work.

  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.

If you get stuck anywhere ask here itself .