在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):MicrosoftStudentChapter/Hacktoberfest2021开源软件地址(OpenSource Url):https://github.com/MicrosoftStudentChapter/Hacktoberfest2021开源编程语言(OpenSource Language):JavaScript 65.7%开源软件介绍(OpenSource Introduction):Hacktoberfest2k21MLSC, 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 LinksGuide to Contribution
git checkout -b my-new-branch
git add .
git commit -m "your-commit-msg"
git push origin my-new-branch
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.
You can verify that the new remote has been added by typing
To pull any new changes from your parent repo simply run
This will give you any eventual conflicts and allow you to easily solve them in your repo. here so that your contributions count. More details about a valid pull request can be found at the official website.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 upFAQs
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! |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论