Skip to content

dsc-gtbit/HACKTOBERFEST21-GTBIT-WEBDEV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💻 HACKTOBERFEST21-GTBIT-WEBDEV 💻

💻 GDSC-GTBIT HACKTOBERFEST21-WEBDEV 💻

Hello Everyone 👋🏻 Glad to see you all here !! I hope everyone is eager to give their best contributions. This project aims to have a collection of innovative projects related to web development in a single place. Not only Projects, this repo aims to collect documents ( notes ) & provide references for beginners to learn so as to provide a one-stop solution for everyone to learn and upskill!

Technologies Included

HTML5 CSS3 JavaScript

Project Structure 📌

  • In the assets folder ( root directory ) we will be having CSS files & media files of the main website.
  • In Docs Folder we will be adding Notes of Technologies in its respective folder. Check the Docs folder for more details.
  • In Project Folder we will be adding all mini-projects which can be hosted on GitHub Pages. Check Project Folder for more details.
  • In the root directory we are also having 2 more files `index.html` & `script.js` these files will be used for hosting the main website on GitHub pages.

🛠️ Workflow 🛠️

  • Check Contribution Guidelines.
  • Check for Open ( Unassigned ) Issue, If you are able to do the particular task then ask for an assignment ( Help will be provided by mentors to get the task done if you are stuck at someplace )
  • Start work only on the issue which is assigned to you.
  • After Completion of work Open a Pull Request with a template provided.
  • Mentor will review it and let you know if any changes are required and get it merged.
  • Only the existing issues can be worked upon, contributors are not allowed to open any issues of their own.
  • After this your commit will be merged into our repository.
  • Do-Follow Code of Conduct.
  • Happy Coding 💻

Contribution Guidelines 🏗

Are we missing any of your favorite features, which you think you can add to it❓ We invite you to contribute to this project and improve it further

To start contributing, follow the below guidelines:

🌟 Star🌟 the project to bookmark and appreciate the work.

0. Take a look at the existing issues. Wait for the Issue to be assigned to you after which you can start working on it.

1. Fork this repository.

2. Clone your forked copy of the project.

git clone --depth 1 https://github.com/<your_user_name>/HACKTOBERFEST21-GTBIT-WEBDEV.git

3. Navigate to the project directory 📁 .

cd OneEducationalWebsiteForAll

4. Add a reference(remote) to the original repository.

git remote add upstream https://github.com/dsc-gtbit/HACKTOBERFEST21-GTBIT-WEBDEV.git

5. Check the remotes for this repository.

git remote -v

6. Always take a pull from the upstream repository to your master branch to keep it at par with the main project(updated repository).

git pull upstream master

7. Create a new branch.

git checkout -b <your_branch_name>

8. Perform your desired changes to the code base.

9. Track your changes:heavy_check_mark: .

git add .

10. Commit your changes .

git commit -m "Relevant message"

11. Push the committed changes in your feature branch to your remote repo.

git push -u origin <your_branch_name>

12. To create a pull request, click on compare and pull requests. Please ensure you compare your feature branch to the desired branch of the repo you are supposed to make a PR to.

13. Add an appropriate title and description to your pull request explaining your changes and efforts done.

14. Click on Create Pull Request.

15. Voila ❗ You have made a PR to the Akshima-Ghai/OneEducationalWebsiteForAll project 💥 . Sit back patiently and relax while the project maintainers review your PR. Please understand, at times the time taken to review a PR can vary from a few hours to a few days.

License

MIT License

Contributors

Made with ❤️ By Developers