Let's have a productive Hacktoberfest. Submit 5 PRs to this account after registering yourself here.
My name is Sudarshan Kamath and I am hosting this repository for the month of October, 2018. The idea is to create a website over the month, about Open-Source Programming. This site is open to all forms of suggestions. Happy Contributing!
Since this repository is gaining some momentum, I expect good grammar in all PRs. I expect proper comments in the code. The code could be trivial with a small change, that is totally fine. When making changes to existing files, make sure you do not add more than one feature or change more than one component in a PR! Also these file descriptions should be helpful:
- src contains all the code.
- .html files like these should not have css or javascript code ideally. If they do then remove it and add to respective folders.
- styles I want all the css files in this folder with proper nomenclature.
- Images I want all images in this within sub-folders in this folder, according to the page they are on.
- THE MORE THE STRUCTURED YOUR CODE IS, THE EASIER IT IS FOR ME TO REVIEW, THE HIGHER CHANCES THAT IT WILL BE MERGED.
✅ Check for open issues here
✅ Fork the repo containing the issue you want to work on.
✅ Make some edits on your own copy that fixes the issues.
✅ Create a pull request that will be merged to the main repo. (Remember to indicate what issue you're fixing)
🚨 Don't forget to add your name to Contributors.md🚨
✅You can check your progress here after every merged PR : https://hacktoberfest.digitalocean.com/stats
✅Your codes will be reviewed and approved.
✅If you have questions on any issue, kindly use the comment.
Here are some advantageous links for grasping the code & further procedure. I hope this comforts you. Stay motivated!
- Learn HTML
- Learn CSS
- Learn Javascript
- Learn Bootstrap
- Learn how to make pull request
- Learn how to fork a repository
A few other tutorial links:
- Write HTML into a basic text editor
- Save the file as your-file.html
- Make sure that there is a browser installed on your computer.
- Find the saved file.
- Right-click (Windows) or double-click (Mac) the file and select "Open with" from the action menu.
- View your HTML file in your chosen browser.