سلام با یک کمک از دوست خوبمون شروع میکنم یک سری به این لینک پایین بزنید
فراموش نکنید نگاهی هم به قسمت مسائل صفحه من بندازین میدونم که به راحتی از پسشون بر میاد به امید یه دنیای بدون مرز
خوش بگذره
HacktoberFest Starter Project
Use this project to make your first contribution to an open source project on GitHub. Practice making your first Pull Request to a public repository before doing the real thing!
Celebrate HacktoberFest by getting involved in the Open Source Community by completing some simple tasks in this project.
This is a Public Repository open to all members of the GitHub Community. Any member of the community may contribute to this project without being a collaborator.
https://alicewonderland.github.io/hacktoberfest/
What is Hacktoberfest?
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 are 2 quick and painless ways to contribute to this project:
Add your name to the CONTRIBUTORS.md file
Create a Hello
Script in your way in a language of your choice
Choose one or all 2, make a Pull Request for your work, wait for it to be merged!
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/mojtabatmj/Hacktoberfest2017.git 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 if you had fun! Choose From These Tasks
- Add Your Name to the CONTRIBUTORS.md file, use this model:
- Bio: What are you gonna share with other?
- Programming Language: Which programming language do you know
- Create a
Hello
Script in your way
Add a yourusername.xx script in any language of your choice! use this model: Like this one:
LANGUAGE: Javascript ENV: Node.js AUTHOR: Moji Tavoni GITHUB: https://github.com/Mojtabatmj
console.log('Hello, Github world Let's start a wonderful Coding!');
Don't forget to include the comments as seen above. Feel free to include additional information about the lanuage you chose in your comments too!
Happy Hacking ;)