Skip to content

Commit 47bbe47

Browse files
updated Contributing
1 parent 7d46615 commit 47bbe47

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If this is something you think you can fix, then [fork PICA](https://github.com/
2323
A good branch name would be (where issue #325 is the ticket you're working on):
2424

2525
```sh
26-
git checkout -b 325-add-marathi-translations
26+
git checkout -b 325-add-ac-resistivity-module
2727
```
2828

2929
### Get the test suite running
@@ -47,9 +47,9 @@ git pull upstream master
4747
Then update your feature branch from your local copy of master, and push it!
4848

4949
```sh
50-
git checkout 325-add-marathi-translations
50+
git checkout 325-add-ac-resistivity-module
5151
git rebase master
52-
git push --force-with-lease origin 325-add-marathi-translations
52+
git push --force-with-lease origin 325-add-ac-resistivity-module
5353
```
5454

5555
Finally, go to GitHub and [make a Pull Request](https://github.com/prathameshnium/PICA-Python-Instrument-Control-and-Automation/compare)

0 commit comments

Comments
 (0)