Skip to content

aedit/hacktoberfest-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hacktoberfest-test

To start contributing,

  1. Add a file in the scripts folder
  2. Rename it as FIRSTNAME_LASTNAME.js
  3. Copy the below contents and paste them in your file.
{
  let a = {
    name: "Your Name",
    about: "A short and crisp bio about you",
    linkedin: "Your linkedin URL",
    website: "Any alternative link you wanna add",
    picture: "Public URL to your best looking picture",
  };

  helloWorld(a);
}
  1. Change the info inside the Object a to your details
  2. Add the file you created in the files array on Line 3 in script.js file
  3. Commit your changes
  4. Create your PR
  5. Check for any merge conflicts, and resolve it.
  6. Voila! You're all set!🥳

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published