-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9a6ebfe
commit 3e3d35c
Showing
4 changed files
with
76 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ You can contact Sam Maurer, the lead maintainer, at `[email protected]`. | |
|
||
- Take a look at the [open issues](https://github.com/UDST/pandana/issues) and [closed issues](https://github.com/UDST/pandana/issues?q=is%3Aissue+is%3Aclosed) to see if there's already a related discussion | ||
|
||
- Open a new issue describing the problem -- if possible, include any error messages, the operating system and version of python you're using, and versions of any libraries that may be relevant | ||
- Open a new issue describing the problem -- if possible, include any error messages, a full reproducible example of the code that generated the error, the operating system and version of python you're using, and versions of any libraries that may be relevant | ||
|
||
|
||
## Feature proposals: | ||
|
@@ -25,7 +25,7 @@ You can contact Sam Maurer, the lead maintainer, at `[email protected]`. | |
|
||
- Make your changes, following the existing styles for code and inline documentation | ||
|
||
- Add [tests](https://github.com/UDST/urbansim/tree/master/pandana/tests) if possible! | ||
- Add [tests](https://github.com/UDST/pandana/tree/master/pandana/tests) if possible! | ||
|
||
- Open a pull request to the `UDST/pandana` dev branch, including a writeup of your changes -- take a look at some of the closed PR's for examples | ||
|
||
|
@@ -46,7 +46,8 @@ You can contact Sam Maurer, the lead maintainer, at `[email protected]`. | |
- `setup.py` | ||
- `pandana/__init__.py` | ||
- `docs/source/index.rst` | ||
|
||
- `docs/source/conf.py` | ||
|
||
- Make sure all the tests are passing, and check if updates are needed to `README.md` or to the documentation | ||
|
||
- Open a pull request to the master branch to finalize it | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.