diff options
author | Matthew Miller <matthew@millerti.me> | 2023-02-08 22:03:12 -0800 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2023-02-08 22:03:12 -0800 |
commit | 7a70821c47fb958445d8b6735ef364c1ae5d9a61 (patch) | |
tree | b8b14868e71197dd0513dbbf46c025fdd98cf8bd | |
parent | fa09c21542904223056400b9cb34277a13b03b0c (diff) |
Tweak issue template
-rw-r--r-- | .github/ISSUE_TEMPLATE/library-problem.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/library-problem.md b/.github/ISSUE_TEMPLATE/library-problem.md index 3ca0afd..4e81309 100644 --- a/.github/ISSUE_TEMPLATE/library-problem.md +++ b/.github/ISSUE_TEMPLATE/library-problem.md @@ -36,10 +36,11 @@ assignees: '' <!-- Run the following command and paste in the output: --> -``` +```sh $ npm list --depth=0 | grep @simplewebauthn +├── @simplewebauthn/browser@_._._ ├── @simplewebauthn/server@_._._ -├── @simplewebauthn/typescript-types@_._._ +# ... ``` ## Additional context |