Code Monkey home page Code Monkey logo

Collaborate with Indeplot community.

Indebot logo

All Contributors

GitHub issues GitHub forks GitHub stars Github license

Indeplot is now part of Hacktoberfest 2020.

Welcome to GitHub!

Make your first Pull Request and earn a free tee from GitHub!

Hacktoberfest 2020

This project is perfect for your first pull request

Instructions-

  • Fork this Repository using the button at the top
  • Clone your forked repository to your pc ( git clone '[email protected]:indeplot/indeplot.git')
  • Create a new branch for your modifications (ie. git branch new-user and check it out git checkout new-user and git checkout -b new-user)
  • Run yarn from inside the cloned project and run yarn 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 and your pull request title must contain [dev] keyword and your work short title
  • Star this repository

If your branch is not fully updated with the develop branch please follow the below instructions before making any PR

CAUTION: Synch up your local repo with original repo (Upstream) before pushing your commits. This avoids unnecessary conflicts during the merge.

NOTE: You can do so by adding a remote handler reference to the original repo and pull the changes from the respective branch. Resolve the merge-conflicts if any.

#Add upstream repo
git remote add upstream https://github.com/indeplot/indeplot.git

#Disable accidental push to the upstream
git remote set-url --push upstream DISABLE

#List the remote repo and fetch references
git remote -v && git fetch upstream

#Check for any new commits in the upstream branch
git log HEAD..upstream/master #No output indicates, upstream has not moved ahead

#See the patch difference between local and upstream branch
git diff -p HEAD..upstream/master

CAUTION: If the upstream has moved ahead, rebase your commit and resolve conflicts if any. [Skip otherwise]

git rebase upstream/master

7. Push your local commits to the remote repo.

git push -u origin <your_branch_name>

8. Create a PR !

9. Congratulations! Sit and relax, you've made your contribution to Indeplot project.

Maintainers ✨

Thanks goes to these wonderful people who are maintaining the project.


AYAN BISWAS

πŸš‡

Contributors ✨

Thanks goes to these wonderful people who make this big


AYAN BISWAS

πŸš‡

Muthupandi V

🎨

femakin

πŸ’»

Varun Subramanian

πŸ’»

AbdulSamad Ansari

πŸ’»

MissyM2

πŸ’»

Ankit Rawani

πŸ’»

Sunny Praksah

πŸ’»

Amrita Nair

πŸ’»

rdhaundiyal-indeed

πŸ’»

Ieshaan Saxena

πŸ’»

Ojonugwa Justice Alikali

πŸ’»

Ben Brooks

πŸ’»

Thilagavathi

πŸ’»

Lakshya Taragi

πŸ’»

Anubhav Saha

πŸ’»

This project follows the all-contributors specification. Contributions of any kind welcome ,also please discover issues and star the repository if you like it!

Indeplot's Projects

Indeplot doesn’t have any public repositories yet.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.