Skip to content

Commit e7495f6

Browse files
grbritzRussell Hay
authored andcommitted
ref to dev guide and using dev branch (tableau#156)
1 parent d9dfbee commit e7495f6

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ anyone can add to an issue:
4848
## Fixes, Implementations, and Documentation
4949

5050
For all other things, please submit a PR that includes the fix, documentation, or new code that you are trying to contribute. More information on
51-
creating a PR can be found in the [github documentation](https://help.github.com/articles/creating-a-pull-request/)
51+
creating a PR can be found in the [Development Guide](docs/docs/dev-guide.md)
5252

5353
If the feature is complex or has multiple solutions that could be equally appropriate approaches, it would be helpful to file an issue to discuss the
5454
design trade-offs of each solution before implementing, to allow us to collectively arrive at the best solution, which most likely exists in the middle

docs/docs/dev-guide.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ This topic describes how to contribute to the Tableau Server Client (Python) pro
2222
git clone [email protected]:<user-name>/server-client-python.git
2323
```
2424

25+
1. Switch to the development branch
26+
27+
```shell
28+
git checkout development
29+
```
30+
2531
1. Run the tests to make sure everything is peachy:
2632

2733
```shell

0 commit comments

Comments
 (0)