diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index c78e791529b..12691660e49 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -23,6 +23,9 @@ kdb get user/does/not/exist kdb rm /examples/hello ``` +If your key database (KDB) might influence the outcome, please use `kdb stash` +to temporarily have an empty KDB. (Restore instructions are printed.) + ## Expected Result Please describe what should happen if you follow the steps described above.