Skip to content

Commit

Permalink
Modified based on Slack discussion
Browse files Browse the repository at this point in the history
  • Loading branch information
chambbj committed Sep 3, 2019
1 parent 74af2e5 commit 351b917
Showing 1 changed file with 24 additions and 15 deletions.
39 changes: 24 additions & 15 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,46 +10,55 @@ 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!
Also note, that issues installing PDAL via Conda should be directed to https://github.com/conda-forge/pdal-feedstock/issues/new. Similarly, issues with the PDAL Python bindings installed via Conda should be directed to https://github.com/conda-forge/python-pdal-feedstock/issues/new.
[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.
A clear and concise description of what the bug is, including steps to reproduce the behavior. This typically means providing the PDAL commands you are using (e.g., `pdal translate ...`) and if applicable the contents of any PDAL pipelines you are running.

**To Reproduce**
Steps to reproduce the behavior.
```
$ pdal translate in.las out.las
```

<details>
```
{
"pipeline":[
"in.las",
"out.las"
]
}
```
</details>

**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`:
Please provide information on your PDAL version (`pdal --version`) and system (e.g., `uname -a` or `ver`).

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

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

Otherwise, share your system information (e.g., `uname -a` or `ver`) and PDAL version (`pdal --version`).
If installed via Conda, you may be asked to paste the output of `conda list` and `conda info` as well.

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

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

0 comments on commit 351b917

Please sign in to comment.