[English]
This is a beginner-friendly project to help you get started with your
hacktoberfest. This repository is dedicated to help beginners step up and join hands with the open source community. Feel free to start contributing. There are no wrong contributions. If you don't
know where to start, feel free to watch the videos linked below, and
read the contribution rules. Happy hacking <3 !!
By watching the video you will understand better about the working of hacktoberfest and how one will be able to create pull requests.
(P.S: Star and share this repository, if you had fun!)
[Français]
Ceci est un projet pour débutant qui vous permettra de commencer sur hacktoberfest. Si vous ne savez pas par ou commencer, vous pouvez regarder la vidéo(le liens se trouve plus bas) et lire les règles de contribution. Joyeux Hacking!!
Regarder la vidéo permet de mieux comprendre le fonctionnement de hacktoberfest et comment créer des pull request.
[Português]
Este é um projeto bom para iniciantes para ajudar você a começar a contribuir com o
hacktoberfest. Se você não
sabe por onde começar, fique à vontade para assistir aos vídeos relacionados abaixo e
leia as regras de contribuição. Bom hacking <3 !!
Ao assistir ao vídeo, você entenderá melhor sobre o funcionamento do hacktoberfest e como será possível criar pull requests.
P.S. Star e compartilhe este repositório, se você se divertiu!
Create a new pull request from your forked repository /Créer une pull request à partir de votre repo / Crie um novo pull request do repositório que você fez fork
Avoid Conflicts (Syncing your fork) /Eviter les conflits (synchroniser le fork) / Evite conflitos (sincronize seu fork)
[English] 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.
[French] Une façon simple d'éviter les conflits est d'ajouter un 'upstream' pour votre repo, vu que d'autres PR pourraient avoir été incluses pendant que vous travailliez sur la votre.
[Português]
Uma maneira fácil de evitar conflitos é adicionar um 'upstream' para o seu repositório git, já que outros PRs podem ser mesclados enquanto você estiver trabalhando em seu branch / fork.
[English] You can verify that the new remote has been added by typing.
[French] Il est possible de vérifier le fonctionnement en tapant
[Português] Você pode verificar que seu novo controle remoto foi adicionado digitando
git remote -v
[English] To pull any new changes from your parent repo simply run.
[French] Pour pull les nouveaux changements, il suffit de taper
[Português] Para realizar pull de quaisquer novas mudanças para seu repositório, simplesmente execute.
git merge upstream/master
[English]
This will give you any eventual conflicts and allow you to easily solve them in your repo. It's a good idea to use it frequently in between your own commits to make sure that your repo is up to date with its parent.
[French]
Ceci vous donnera un aperçu des conflits éventuels et vous permet de les résoudre dans votre repo. Il est de bonne pratique de le faire régulièrement entre deux commits pour s'assurer que le repo est à jour.
[Português]
Isso lhe dará eventuais conflitos e permitirá que você os resolva facilmente em seu repo. É uma boa ideia usá-lo com frequência entre seus próprios commits para garantir que o repo esteja atualizado com o pai.
Add your own projects to the 'Helpful Material Page'
Add helpful links/guides to the 'Helpful Material Page'
Update Readme.md
FAQs
Who can contribute?
Anyone with a github account and who is signed up for hacktoberfest :).
Are you getting paid for this?
Sadly no. But we think we should. This is 100% unofficial and we do it for fun, fame and glory.
Who are you and why are you doing this?
We are two programmers from Sweden Richard
and Benny. We are doing this because we love Open
Source and Hacktoberfest. We want to make it easier for people to get started with Hacktoberfest and Open Source.
Why are you not using digitalocean?
Because we only know JavaScript and suck at servers. We use now instead.
请发表评论