Skip to content

Commit 8c48cde

Browse files
committed
add hints where to direct questions and bug reports
1 parent 72da06b commit 8c48cde

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,19 @@ For building the man pages for the tools run:
8686
cd doc
8787
make man
8888

89+
## Bugs and Questions
90+
91+
If you find bugs or have feature requests, please report those in the
92+
[github issue tracker](https://github.com/osmcode/pyosmium/issues/).
93+
94+
For general questions about using pyosmium you can use the
95+
[OSM development mailing list](https://lists.openstreetmap.org/listinfo/dev)
96+
or ask on [OSM help](https://help.openstreetmap.org/).
8997

9098
## License
9199

92100
Pyosmium is available under the BSD 2-Clause License. See LICENSE.TXT.
93101

94-
95102
## Authors
96103

97104
Sarah Hoffmann ([email protected])

README.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,14 @@ Documentation
3535
The documentation for the latest release is available at
3636
`osmcode.org`_.
3737

38+
If you find bugs or have feature requests, please report those in the
39+
`Github issue tracker`_. For general questions about using pyosmium you
40+
can contanct the `OSM development mailing list`_ or ask on `OSM help`_.
41+
3842
.. _osmcode.org: http://docs.osmcode.org/pyosmium/latest
43+
.. _Github issue tracker: https://github.com/osmcode/pyosmium/issues/
44+
.. _OSM development mailing list: https://lists.openstreetmap.org/listinfo/dev
45+
.. _OSM help: https://help.openstreetmap.org/
3946

4047
Examples
4148
========
@@ -49,7 +56,6 @@ Fineprint
4956

5057
Pyosmium is available under the BSD 2-Clause License. See LICENSE.TXT.
5158

52-
The source code can be found on `GitHub`_. There is also the issue tracker
53-
for reporting bugs.
59+
The source code can be found on `GitHub`_.
5460

5561
.. _GitHub: https://github.com/osmcode/pyosmium

0 commit comments

Comments
 (0)