当前位置: 首页 > 软件库 > 手机/移动开发 > >

hacktoberfest

授权协议 Readme
开发语言 Kotlin
所属分类 手机/移动开发
软件类型 开源软件
地区 不详
投 递 者 闾丘诚
操作系统 Android
开源组织
适用人群 未知
 软件概览

HacktoberFest is here!!

Use this repository to make your first and easy contribution to open source world. Create and easy pull request by following the steps given below.

Celebrate HacktoberFest by getting involved in the Open Source Community by completing some simple tasks in this project.

This repository is open to all members of the GitHub Community. Any member may contribute to this project without being a collaborator.

https://github.com/sbmxc/hacktoberfest

Also, checkout other repositories of mine if you find you can improve something there. You are more than welcome to make PR there as well. Although, that would only be approved if you enhance the existing apps.

What is Hacktoberfest and how many times it is organised in a year?

A month-long celebration from October 1st - 31st sponsored by Digital Ocean and GitHub to get people involved in Open Source. Create your very first Pull Request to any Public Repository on GitHub and contribute to the Open Source Developer Community.

https://hacktoberfest.digitalocean.com/

How Contribute to This Project

Here is a simple way to contribut to the project.

  • Create a simple 'Hello, World' script in a language of your choice

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 <url> (given in clone or download button)
  • Create a branch
git checkout -b branch-name
  • Make your changes (Choose from any task below)
  • Commit and Push
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 for higher chance of merge approval!

Create a Hello, World! Script

Add a hello_world_yourusername.xx script to the scripts directory in any language of your choice! Here is an example:

print("hello world!")

Name the file yourusername.xx. e.g., sbmsc.py or sbmsc.js.

BONUS!

  • Discover some obscure to new and trending languages. From BrainFuck to Groovy.
  • Check out very creative ways to print out a Hello, World!

Reference Links

Here is a great tutorial for creating your first Pull Request by Roshan Josseyhttps://github.com/Roshanjossey/first-contributions

Managing your Forked Repo https://help.github.com/articles/fork-a-repo/

Syncing a Fork https://help.github.com/articles/syncing-a-fork/

Keep Your Fork Synced https://gist.github.com/CristinaSolana/1885435

Checkout this list for README examples - Awesome README

Github-Flavored Markdown https://guides.github.com/features/mastering-markdown/

Content courtesy

https://github.com/AliceWonderland/hacktoberfest