bug-report.yml 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. name: Bug Report
  2. description: Using TornadoCash, but it's not working as you expect?
  3. title: "[Bug]: "
  4. labels: ["bug"]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. Thanks for taking the time to fill out this bug report!
  10. ## **Before Submitting:**
  11. * Save your note, clear your cache, use a different connection or VPN, and try again.
  12. * If the error persists reach out to [customer support](https://discord.com/invite/TFDrM8K42j).
  13. * Please search to make sure this issue has not been opened already.
  14. - type: textarea
  15. id: what-happened
  16. attributes:
  17. label: Describe the bug
  18. description: What happened? What did you expect to happen? Please include screenshots if applicable!
  19. placeholder: Tell us what you see!
  20. validations:
  21. required: true
  22. - type: textarea
  23. id: reproduce
  24. attributes:
  25. label: Steps to reproduce
  26. description: List all steps needed to reproduce the problem
  27. value: |
  28. 1.
  29. validations:
  30. required: true
  31. - type: textarea
  32. id: error
  33. attributes:
  34. label: Error messages or log output
  35. description: Please copy and paste any relevant error messages or log output. This will be automatically formatted, so there is no need for backticks.
  36. render: shell
  37. - type: input
  38. id: source
  39. attributes:
  40. label: Source
  41. description: What gateway are you using?
  42. - type: input
  43. id: wallet
  44. attributes:
  45. label: Wallet
  46. description: What wallet and which version are you running?
  47. validations:
  48. required: true
  49. - type: input
  50. id: version
  51. attributes:
  52. label: TornadoCash version
  53. description: Which version of TornadoCash are you running ?
  54. validations:
  55. required: true
  56. - type: dropdown
  57. id: browsers
  58. attributes:
  59. label: Browser
  60. description: Which browsers have you seen the problem on?
  61. multiple: true
  62. options:
  63. - Chrome
  64. - Firefox
  65. - Microsoft Edge
  66. - Brave
  67. - TOR
  68. - Other (please elaborate in the "Additional Context" section)
  69. validations:
  70. required: true
  71. - type: dropdown
  72. id: os
  73. attributes:
  74. label: Operating system
  75. description: Which operating systems have you seen the problem on?
  76. multiple: true
  77. options:
  78. - Windows
  79. - MacOS
  80. - Linux
  81. - Other (please elaborate in the "Additional Context" section)
  82. validations:
  83. required: true
  84. - type: dropdown
  85. id: hardware-wallet
  86. attributes:
  87. label: Hardware wallet
  88. description: Are you using any of these hardware wallets? Please include the firmware version in the "Additional context" section below for any that you select here.
  89. multiple: true
  90. options:
  91. - Ledger
  92. - Trezor
  93. - Keystone
  94. - GridPlus Lattice1
  95. - AirGap Vault
  96. - Other (please elaborate in the "Additional Context" section)
  97. - type: textarea
  98. id: additional
  99. attributes:
  100. label: Additional context
  101. description: Add any other context about the problem here, e.g. related issues, additional error messages or logs, or any potentially relevant details about the environment or situation the bug occurred in.