-
Notifications
You must be signed in to change notification settings - Fork 494
Conflicts #788
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
Conflicts #788
Conversation
… into iss_718 # Conflicts: # Python/README.md
Hello @sohamsshah Can you please have a look at it once? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @vybhav72954, first of all thanks for taking time for refactoring the file/dir names. Most of the work seems good to me. Though I found some directories
which were being missed out. Can you address these?
Directory Names that can be changed:
- Go/port-scanner-go
- Python/chromedino_script
- Python/cryptocurrency_converter
Also, as an enhancement;
All Readme files must have README.md
Name instead of readme.md
or 'Readme.md` so as to have consistent naming pattern.
Changes required at:
In Go
- Go/porter-scanner-go/Readme.md
In Javascript:
- Automate_Tinder
- Follow_Instagram
- HTML_To_Markdown
- Instagram_Like
- Who_Don't_Follow_You
In Python also some directories do have bad naming for README.md files. Though IMO, since the directory size is too large, can be ignored for the moment OR a simple script that can rename
all the bad Readme files can be also a good way to tackle this.
@HarshCasper Should we have some tests that checks the naming convention for these as well? Let me know your opinions upon this.
@sohamsshah Thanks for the Update, I actually never checked the JS and GO directory which is a shortcoming on my part. I believe a separate script would be a good idea for A GitHub check for enforcing a naming convention is a good idea that can be explored in the future though. Moreover, I have already mentioned the followed naming convention in the Styling Guidelines of the Project. |
The files in the Python DIctionary are newly added scripts, that's why I failed to correct them in my previous commits. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have made the required changes apart from README
the reason for which I have explained above already.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good to me. Thanks @vybhav72954 !
Description
Because of the multiple merge conflicts, I was forced to make a new PR.
This original PR - #760, the changes were accepted but because i deleted the local branch in my own local fork, i had to make a new PR.
Fixes #718