Skip to content

Commit 08897b2

Browse files
authored
[DOC] made change to devguide to add. (pyjanitor-devs#1072)
1 parent 44ae1fe commit 08897b2

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

AUTHORS.md

+2
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,6 @@ Contributors
103103
- [@Zeroto521](https://github.com/Zeroto521) | [contributions](https://github.com/pyjanitor-devs/pyjanitor/pulls?utf8=%E2%9C%93&q=is%3Aclosed+mentions%3Zeroto521)
104104
- [@thatlittleboy](https://github.com/thatlittleboy) | [contributions](https://github.com/pyjanitor-devs/pyjanitor/issues?q=is%3Aclosed+mentions%3Athatlittleboy)
105105
- [@robertmitchellv](https://github.com/robertmitchellv) | [contributions](https://github.com/pyjanitor-devs/pyjanitor/issues?q=is%3Aclosed+mentions%3Arobertmitchellv)
106+
- [@ashenafiyb](https://github.com/ashenafiya) | [contributions](https://github.com/pyjanitor-devs/pyjanitor/issues?q=is%3Aclosed+mentions%3Aashenafiyb)
106107
- [@gahjelle](https://github.com/gahjelle) | [contributions](https://github.com/pyjanitor-devs/pyjanitor/issues?q=is%3Aclosed+mentions%3Agahjelle)
108+

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
- [BUG] Fixed bug in `transform_columns` which ignored the `column_names` specification when `new_column_names` dictionary was provided as an argument, issue #1063. @thatlittleboy
2727
- [BUG] `count_cumulative_unique` no longer modifies the column being counted in the output when `case_sensitive` argument is set to False, issue #1065. @thatlittleboy
2828
- [BUG] Fix for gcc missing error in dev container
29+
- [DOC] Added a step in the dev guide to install `Remote Container` in VS Code. @ashenafiyb
2930
- [DOC] Convert `expand_column` code examples to doctests, issue #972. @gahjelle
3031

3132
## [v0.22.0] - 2021-11-21

mkdocs/devguide.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ To get started:
2222
1. Fork the repository.
2323
2. Ensure you have Docker running on your local machine.
2424
3. Ensure you have VSCode running on your local machine.
25-
4. In Visual Studio Code,
25+
4. In VS Code, Install an extension called `Remote - Containers`.
26+
5. In Visual Studio Code,
2627
click on the quick actions Status Bar item in the lower left corner.
27-
5. Then select "Remote Containers: Clone Repository In Container Volume".
28-
6. Enter in the URL of your fork of `pyjanitor`.
28+
6. Then select "Remote Containers: Clone Repository In Container Volume".
29+
7. Enter in the URL of your fork of `pyjanitor`.
2930

3031
VSCode will pull down the prebuilt Docker container,
3132
git clone the repository for you inside an isolated Docker volume,

0 commit comments

Comments
 (0)