aagarwal1012 / Animated-Text-Kit

🔔 A flutter package to create cool and beautiful text animations. [Flutter Favorite Package]
https://animated-text-kit.web.app
MIT License
1.66k stars 304 forks source link

update contributing.md #214

Closed khareyash05 closed 3 years ago

khareyash05 commented 3 years ago

Hey! I would like to add the following in contributing.md 1.Difference between GIT and GITHUB 2.How to clone,fork repository 3.How to create a branch and then use git push to push to repo 4.Create a PR 5.Squash commits in a single issue into one 6, Updating the forked and local repo as the updations are made in the upstream

SirusCodes commented 3 years ago

Do we really need this? If we want to add such things, we can just add a link in CONTRIBUTING.md

khareyash05 commented 3 years ago

@SirusCodes I think we really need because it will act as a one stop shop for open source contributions and also if necessary will be able to work offline which we cant do with just links. A proper documentation will increase the reputation level of our repo

awhitford commented 3 years ago

📚 GitHub already provides some great documentation:

While I am sympathetic to being a helpful resource for newbies, it is unrealistic to expect every project outline the basics for folks.

A project should only be concerned with outlining project specific guidance.