-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor #117
Comments
I would like to Contribute onto this project .. Feel free to assign me this task. |
Go ahead @bineetNaidu, I assigned this to you. |
Hello @DEEPA-CHERI, you have been unassigned from this issue because you have not updated this issue or any referenced pull requests for over 7 days. You can reclaim this issue or claim any other issue by commenting Thanks for your contributions, and hope to see you again soon! |
@kpbot abandon |
Some changes have been done by @bineetNaidu, Now this issue is open for further changes. |
@kpbot claim |
Welcome to KamandPrompt, @DEEPA-CHERI! We just sent you an invite to collaborate on this repository at https://github.com/KamandPrompt/baat-cheet/invitations. Please accept this invite in order to claim this issue and begin a fun, rewarding experience contributing to KamandPrompt! Here's some tips to get you off to a good start:
See you on the other side (that is, the pull request side)! |
Hi, it seems permission to push is denied for me. |
Yeah, in order to contribute you are supposed to make a pull request. |
Hi, In order to raise pull request need to push the code into the branch right? |
Yeah and read our contributing guidelines. |
Duplicate at #159. |
At present there is some unnecessary code in each file. You are supposed to remove that unnecessary code.
Tasks:
Remove unnecessary code(of JS as well as CSS).
Wherever possible replace code like
anotherElement.innerHTML = '<element id="someID" class="someClass">Some text</element>';
with code like
Most important thing is to create separate commit for each file.
The text was updated successfully, but these errors were encountered: