dmenu for bitwarden-cli
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
1.0 KiB

  1. ---
  2. name: Bug report
  3. about: Create a report of any problems that occur
  4. ---
  5. **Describe the bug**
  6. <!--- A clear and concise description of what the bug is. -->
  7. **To Reproduce**
  8. <!---
  9. Please add the flag `--debug` your command and post its output here. **MAKE SURE YOU ARE NOT POSTING ANY SENSITIVE INFORMATION!** This includes any information shown for your saved password accounts (name, username, password, notes, folder, fields, etc.). The logs _should_ obfuscate away any sensitive info from your logs on its own, but its always safer to double check!
  10. -->
  11. <!---
  12. There is also an additional flag `--debug-unsafe` which _will_ display the obfuscated data. This can be helpful for finding tricky bugs, but it also shows your sensitive data. If there is anything interesting found when running with `--debug-unsafe` that `--debug` did not cover, you can attach that log and overwrite values that may be sensitive with `foo`/`bar`/etc.
  13. -->
  14. **Expected behavior**
  15. <!--- A clear and concise description of what you expected to happen. -->