/indeplot

This is for making a react based plotter application for signal analysis

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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 'git@github.com: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

💻

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