Showndarya/Hacktoberfest

Fixing files extensions

the-eternal-newbie opened this issue · 1 comments

Description

There were several files that did not meet the contribution guidelines (files with typos), others that were not in the corresponding folders, and finally some files that did not even have a file extension.

Examples

Hacktoberfest
│   README.md
│   requirements.txt   
│   ...
└───A
│   │   amend.json  // Files must start with a capital letter
│   
└───B
│   │   beef            // File without file extension
│   │   ...
│   
└───hword        // file outside its corresponding folder

Thanks for opening your first issue here! Be sure to follow the issue templates.