Skip to content

Commit b0c19aa

Browse files
updated contr
1 parent 7f6b04e commit b0c19aa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ If you've noticed a bug or have a feature request, [make one](https://github.com
2020

2121
If this is something you think you can fix, then [fork PICA](https://github.com/prathameshnium/PICA-Python-Instrument-Control-and-Automation/fork) and create a branch with a descriptive name.
2222

23-
A good branch name would be (where issue #101 is the ticket you're working on):
23+
A good branch name would be:
2424

2525
```sh
26-
git checkout -b 101-add-new-instrument
26+
git checkout -b feature/add-new-instrument
2727
```
2828

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

4949
```sh
50-
git checkout 101-add-new-instrument
50+
git checkout feature/add-new-instrument
5151
git rebase main
52-
git push --force-with-lease origin 325-add-ac-resistivity-module
52+
git push --force-with-lease origin feature/add-new-instrument
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)