Skip to content

dardotjs/hacktoberfest2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Hacktoberfest | DarJS Edition

Name: Shanas

  • Place: Dar es Salaam, Tanzania
  • Bio: I'm a software developer who loves Python and Typescript
  • Email: [email protected]
  • GitHub: mrshanas

What is Hacktoberfest?

Hacktoberfest is a annual event, month-long celebration that encourages people to contribute to open source software. Started originally by our friends at DigitalOcean

How is DarJS Participating?

This year, we're celebrating open source software by hosting a virtual workshop for software developers and enthusiasts.

How you can participate

Here is a quick way to contribute to this project:

  • Register to start hacking.
  • Add your name to the README.md file
  • Submit a pull request! 🎉

Getting started

  • Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Clone your fork down to your local machine
git clone https://github.com/your-username/hacktoberfest2022.git
  • Create a branch
git checkout -b branch-name
  • Make your changes (choose from any task below)
  • Commit and push, rejoice and profit!
git add .
git commit -m 'Commit message'
git push origin branch-name
  • Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo)
  • Wait for your PR review and merge approval!
  • Star this repository if you had fun!

Changes to make 🖊️

1. Add your details

Add your name to the README.md file using the below convention:

### Name: [YOUR NAME](GitHub link)

- Place: City, State, Country
- Bio: Who are you? What do you?
- Email: [email protected]
- GitHub: [GitHub account user name](GitHub link)