Skip to content

Commit

Permalink
Draft bug_report.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chambbj committed Sep 3, 2019
1 parent db0918f commit 74af2e5
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

<!--
Please note that GitHub issues are meant to report bugs or feature requests, and are not intended for "How to" questions or general support. GitHub issues requesting such support will be closed. Luckily, we have an active community on the GIS StackExchange [1] and the PDAL Mailing List [2] that are more than happy to chime in with advice in these situations!
[1] https://gis.stackexchange.com/questions/tagged/pdal
[2] https://pdal.io/community.html#mailing-list
-->

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior.

**Expected behavior**
A clear and concise description of what you expected to happen.

**System/installation information:**
Please provide information on your PDAL version and system.

If installed via Conda, please paste the output of `conda list` and `conda info`:

<details>
```
$ conda list
```
</details>

<details>
```
$ conda info
```
</details>

Otherwise, share your system information (e.g., `uname -a` or `ver`) and PDAL version (`pdal --version`).

<details>
```
$ uname -a
```
</details>

<details>
```
$ pdal --version
```
</details>

0 comments on commit 74af2e5

Please sign in to comment.