• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

MicrosoftStudentChapter/Hacktoberfest2021

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

MicrosoftStudentChapter/Hacktoberfest2021

开源软件地址(OpenSource Url):

https://github.com/MicrosoftStudentChapter/Hacktoberfest2021

开源编程语言(OpenSource Language):

JavaScript 65.7%

开源软件介绍(OpenSource Introduction):

Hacktoberfest2k21

MLSC, TIET is here to celebrate the month-long global celebration of open source software, the Hacktoberfest, with a strong focus on encouraging contributions to open source projects. Many fun events, workshops, goodies, prizes, and other cool stuff await you as this tech bonanza begins! Scroll down to see the details about contribution and open source.

Video Links

Guide to Contribution

  • Fork the repo to contribute
  • Clone on your local machine
git clone (copy link of the repo and paste)
cd (name of folder where you cloned the repo)
  • Create a new branch
git checkout -b my-new-branch
  • Add your contribution
  • Commit and push
git add .
git commit -m "your-commit-msg"
git push origin my-new-branch
  • Create a new pull request from your forked repository

Avoid Conflicts (Syncing your fork)

An easy way to avoid conflicts is to add an 'upstream' for your git repo, as other PR's may be merged while you're working on your branch/fork.

git remote add upstream (copy link from the code and paste)

You can verify that the new remote has been added by typing

git remote -v

To pull any new changes from your parent repo simply run

git merge upstream/master

This will give you any eventual conflicts and allow you to easily solve them in your repo.

Note: In hacktoberfest, only valid PRs count. Make sure you make PRs to the repositories or issues which are hacktoberfest accepted or have the hacktoberfest tag on them. Before you start writing code, make sure to sign up here so that your contributions count. More details about a valid pull request can be found at the official website.

FAQs

  • What is Open-source?

    • Open-source software is computer software that is released under a license in which the copyright holder grants users the rights to use, study, change, and distribute the software and its source code to anyone and for any purpose.
  • Who can contribute to hacktoberfest?

    • Anyone with a github account who registered for Hacktoberfest.
  • What is the duration of Hacktoberfest 2021?

    • It is from 1st october to 31st october 2021.
  • What is the event for?

    • To encourage open source community engagement.
  • How can we contribute?

    • This could be done in various ways-
      • One can organize workshops.
      • Mentor others
      • Contribute to projects via pull requests.
      • Share a project for collaboration.
  • How can we receive swags and Goodies?

    • By making atleast 4 Pull requests in the repositories recognised by Hacktoberfest.
  • What are the benefits of participation?

    • Encourages participation in open source community.
    • Developers are helped to ship good code.
    • Enhancement of github and other technology skills.
    • Chance to bag exciting swags and goodies.

P.S. Don't forget to checkout our other projects at https://github.com/MicrosoftStudentChapter and try solving the issues.

Happy hacking! May the odds be in your favour!




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap