Closed nakul-py closed 1 month ago
Hi @nakul-py thanks for trying this out there are a few problems with your pr, 1) you need to make changes only where required (not in example.cpp) 2) this pr must be done with only one commit 3) if you are solving an issue for 'd' do it only for 'd' don't add other letters, you can always open new issues and pr's if you want to add other letters. 4) you do not have updated version of the main repository(your fork is outdated) you need to sync changes using git fetch upstream or a similar command.
I am assuming you are a beginner, so take this opportunity to learn how to squash commits and force updated commits to your existing pr's if you are unable to do so you can also close this pull request and open a new one for the same issue keeping above points in mind.
This goes same for all the other prs you have made.
added d character to block.
closes https://github.com/codewithnick/ascii-art/issues/1123
the problems are still there look at the commits section there are 14 commits, look at file changes you only need to change 'd' not other letters.
added d character to block.
closes #1123