Giter Club home page Giter Club logo

open-source-tasks-2023's Introduction

Coding_Week

Open Source Module

Greetings🎉!

We hope you have gone through the resources and understood the basics of Git and GitHub which is essential for contributing to open source projects Now it's time to test your understanding through a task. The task has been divided into 3 subtasks with increasing level of difficulty. The points associated with the tasks also increase proportionately with their difficulty.

Also note that it is not mandatory to attempt all the subtasks. You can attempt whichever task you want. However, attempting more tasks will increase your chances of selection for interviews.

Sub Task 1 :

  • Create a repository on your local machine and then push it to your GitHub account. Make sure that your repository is public (and not private). Now add a basic README to the repository. In the README add your details like name roll number branch etc. Also add a brief description about yourself. Push the changes to your repository.

  • Create a new branch in your repository. Edit your README by adding a few lines about why you want to contribute to open source. Commit these changes to the branch. Merge the two branches.

    Note : You need to record your screen while doing the second part from Sub Task 1. Also introduce yourself in the beginning of the video.

Sub Task 2:

  • Fork and clone the repo from the Coding Club GitHub Account. In the repository there will be a folder sub2-1 go inside template hello world program with a name hello.cpp. In the existing template change world to (your name | your roll number) then push the changes to your branch and create a pull request with subject subtask2-1/added-information

  • In the repository there will be a folder sub2-2. You can see there are three files index.html, style.css, script.js and a folder images. Here can download an extension live server if you are using vs code or just can open the file index.html on your browser to see the output. To see the task you have to navigate to script.js file. Now create an issue on the main repo and descripe the issue as given inside script.js file. After doing the changes push it on your branch and make a pull request. While making the pull request link the issue you created earlier with your pull request and give the subject subtask2-2/solved-issue

    Note : While staging the file with command git add, make sure you only add the file that you want to add. The task 2 for this subtask is not mandotory however attempting this will give you an edge over others.

Sub Task 3:

Create a Github Action in a new repository demonstrating a simple and creative workflow. It's upto the participants on what they want to build. For this task, participants will be judged on the creativity of the workflow they will implement with Github Action.

Examples:

  • A action which adds patience quotes/memes in every new PR created
  • A action which updates blog links on your github profile page on every new commit

You can also create useful github action for proper deployment or CI/CD.

Try to be as creative as possible ;)

Note:

Though doing all the tasks is not necessary, the more you will attempt the better the chances will be of getting higher points from Heads.

open-source-tasks-2023's People

Contributors

iks1 avatar

Watchers

 avatar  avatar  avatar  avatar

open-source-tasks-2023's Issues

Music Not Working in Subtask2-2

So the folder of music is missing whose url is mentioned in js file so have to add a music folder and a music.mp3 file in it to add music in it.

subtask2-2 Vikrant

The music file was not there . So in order for the music to play we have to first add the music.mp3 file under MUSIC folder as specified in script.js file . And after doing that the music is being played .

Issue in music ins subtask2 of task2

Hii Aagam here. Music in the subtask 2 of the opensource task is not working due to absence of the music folder and the music file inside it.

bgMusicURL not working

Currently the bgMusicURL is not working, as there is no provision for music resource.

PROBLEM

currently the bgMusicURL is not working

No music file

The current code does not run music on the website as no file named music.mp3 exists in the path provided

Bug Report: Music Not Working in subtask2-2/index.html

Bug Description

Expected Behavior: Music Playing in index.html
Observed Behavior: No Music Playing

Priority

High

Expected Cause of Bug

bgMusicURL in subtask2-2/script.js not working, since the files it's trying to access do not exist.

Screen Recording as Proof

Bug.Report.220101003.mp4

music missing for index.html

there is no music file in the folder for index.html

add music file and change path in script.js

or add folder named "Music" and add music.mp3 there

issuefor subtask2-2

background Music is not playing because there is no music.mp3 in Music folder or in the that (./) folder.
second issue could be due to browser does not support audio player.

bigMusicURL not working

The bigMusicURL is not working and hence the index.html file does not play with any music.

url-path-not-found

actually
in script.js we define a variable which contain a path
bgMusicURL = './Music/music.mp3'

and this path is not in subtask2-2 folder

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.