diff options
| author | Alan D. Snow <alansnow21@gmail.com> | 2020-01-10 07:46:51 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-10 07:46:51 -0600 |
| commit | 595675b1e6f8789da025d82da0c7dfc79972fece (patch) | |
| tree | 68eff64f068bad3abe486bd3f135b8efb819e78b /.github/ISSUE_TEMPLATE | |
| parent | c5254872497e9a6a8c0841c0b6d4931d534b5893 (diff) | |
| download | PROJ-595675b1e6f8789da025d82da0c7dfc79972fece.tar.gz PROJ-595675b1e6f8789da025d82da0c7dfc79972fece.zip | |
Update .github/ISSUE_TEMPLATE/bug_report.md
Co-Authored-By: Kristian Evers <kristianevers@gmail.com>
Diffstat (limited to '.github/ISSUE_TEMPLATE')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0bd45203..d1e01b5c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,7 +7,7 @@ labels: bug <!-- Please search existing issues to avoid creating duplicates. --> -#### Code Sample, a copy-pastable example if possible +#### Example of problem Demonstrate the problem you have found, either by using PROJ tools like `cs2cs`, `cct` or `projinfo` **or** add a code snippet that highlights the problem using the PROJ C/C++ API. A "Minimal, Complete and Verifiable Example" will make it much easier for maintainers to help you: http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports |
