Make your first Pull Request and earn a free tee from GitHub!
# Welcome to GitHub!- Fork this Repository using the button at the top
- Clone your forked repository to your pc ( git clone
'git@github.com:indeplot/indeplot.git'
) - Create a new branch for your modifications (ie.
git branch new-user
and check it outgit checkout new-user
andgit checkout -b new-user
) - Run
yarn
from inside the cloned project and runyarn start
after the previous command execution. - See the issues from the https://github.com/indeplot/indeplot/issues and comment and ask for working
- After your assigned work do the following
- Add your files (
git add -A
), commit (git commit -m "added myself"
) and push (git push origin new-user
) - Create a pull request to the
develop
branch - Star this repository
- See the Contributing Guidelines For more info.
Thanks goes to these wonderful people who make this big
AYAN BISWAS 🚇 |
Muthupandi V 🎨 |
This project follows the all-contributors specification. Contributions of any kind welcome ,also please discover issues and star the repository if you like it!