mad-lab-fau / gaitmap

The Gait and Movement Analysis Package
https://gaitmap.readthedocs.io
Other
38 stars 2 forks source link

README Fixes #30

Closed MalteOlle closed 1 year ago

MalteOlle commented 1 year ago

some fixes in the readme

MalteOlle commented 1 year ago

@AKuederle we do not have a pull request template yet, do we?

AKuederle commented 1 year ago

@AKuederle we do not have a pull request template yet, do we?

Nope :)

AKuederle commented 1 year ago

Btw. don't change to much at the readme at the moment :) I am working on that currently

AKuederle commented 1 year ago

@MalteOlle Can I just merge the couple of README modifications you made?

Afterwards you can rebase and simple open a new PR for your branch.

AKuederle commented 1 year ago

Locally run:

git checkout master
git pull
git switch your-branch
git stash
git rebase master
git stash pop
git push --force-with-lease