8000 added reference to using the development branch · wrdaigle/document-api-python@427b8eb · GitHub
[go: up one dir, main page]

Skip to content

Commit 427b8eb

Browse files
Graeme Britzjacalata
authored andcommitted
added reference to using the development branch
1 parent 8d2ec76 commit 427b8eb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/docs/dev-guide.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,19 @@ layout: docs
1717
git clone http://github.com/<your_username>/document-api-python
1818
```
1919

20+
1. Check out the development branch
21+
22+
```shell
23+
git checkout development
24+
```
25+
2026
1. Run the tests to make sure everything is peachy:
2127

2228
```shell
2329
python setup.py test
2430
```
2531

26-
1. Set up the feature, fix, or documentation branch.
32+
1. Set up the feature, fix, or documentation branch.
2733

2834
It is recommended to use the format issue#-type-description (e.g. 13-fix-connection-bug) like so:
2935

0 commit comments

Comments
 (0)
0