diff --git a/.github/ISSUE_TEMPLATE/2_user_bug.yaml b/.github/ISSUE_TEMPLATE/2_user_bug.yaml index 9c043e81..e09565a9 100644 --- a/.github/ISSUE_TEMPLATE/2_user_bug.yaml +++ b/.github/ISSUE_TEMPLATE/2_user_bug.yaml @@ -17,6 +17,16 @@ body: description: A clear and concise description of the problem validations: required: true + - type: dropdown + id: demo + attributes: + label: Are you able to reproduce the problem on [the demo site](https://demo.openpanel.org:2083/) ? + description: Demo site runs latest OpenPanel version and is restarted every hour. Please try to reproduce any bugs there before reporting them. + options: + - Yes + - No + validations: + required: true - type: textarea id: how-to-reproduce attributes: