Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.96 KB

CONTRIBUTING.md

File metadata and controls

40 lines (23 loc) · 1.96 KB

Contributing to Events | Projects | Programs

  1. Set up your local environment as mentioned here
  2. Open the event.js file and in the data variable you can see monthId and inside it we have event where we add our event for that particular month Our month convention is 0 - January to 11 - December

In the picture below we have an event of January and the event number is 1 readme.png

According to the above pattern we have to add other events.

All the images works good in (1000 * 1000) pixels and store it in ../images/events folder only

  1. If you want to add an event that will be occuring in March then go to monthId - 2 and create a block as shown and fill all the necessary details.

We will be reviewing each and every PR before it gets merged.

💯 Adding of PROJECTS and PROGRAMS work the same way!

If you want to add a domain you can add it inside domain array and make necessary changes in data


Contributing to Tutorials

We know there are 100's of tutorials out there but we do not want any spam here. Only put of those which you genuinely found useful and would recommend others to watch.

  1. Open the tutorial.js file and you can see the pattern

tuts.png

  1. The id is coming from Youtube. Here is how you can get it:
  • Open the Youtube video you want to add.
  • The highlighted part is your id that we are going to use.
  • Copy the id and paste it. Add the necessary details like author, desc and about.

yt.png

🌟 Voila, you can now contribute and can make a difference!!