|
| 1 | +# See: |
| 2 | +# - https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository |
| 3 | +# - https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms |
| 4 | +# - https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/common-validation-errors-when-creating-issue-forms |
| 5 | + |
| 6 | +name: 🐞 Bug Report |
| 7 | +description: File a bug report |
| 8 | +labels: ["bug", "triage"] |
| 9 | +body: |
| 10 | + - type: markdown |
| 11 | + attributes: |
| 12 | + value: | |
| 13 | + Thanks for taking the time to file a bug report. Please fill out this form as completely as possible. |
| 14 | + - type: checkboxes |
| 15 | + attributes: |
| 16 | + label: Is there an existing issue for this? |
| 17 | + description: Please, search the Issues to see if an issue already exists for the bug you have encountered. |
| 18 | + options: |
| 19 | + - label: I have searched the existing Issues |
| 20 | + required: true |
| 21 | + - type: textarea |
| 22 | + attributes: |
| 23 | + label: Current Behavior |
| 24 | + description: A concise description of what you are experiencing. |
| 25 | + validations: |
| 26 | + required: true |
| 27 | + - type: textarea |
| 28 | + attributes: |
| 29 | + label: Expected Behavior |
| 30 | + description: A concise description of what you expect to happen. |
| 31 | + validations: |
| 32 | + required: true |
| 33 | + - type: textarea |
| 34 | + attributes: |
| 35 | + label: Steps To Reproduce |
| 36 | + description: Steps to reproduce the behavior |
| 37 | + placeholder: | |
| 38 | + 1. In this environment... |
| 39 | + 2. With this config... |
| 40 | + 3. Run `...` |
| 41 | + validations: |
| 42 | + required: false |
| 43 | + - type: textarea |
| 44 | + attributes: |
| 45 | + label: Output |
| 46 | + description: Please copy and paste any relevant output. This will be automatically formatted into codeblock. |
| 47 | + render: Shell |
| 48 | + validations: |
| 49 | + required: false |
| 50 | + - type: checkboxes |
| 51 | + attributes: |
| 52 | + label: Code of Conduct |
| 53 | + description: By submitting this issue you agree to follow our [Code of Conduct](../../docs/CODE_OF_CONDUCT.md) |
| 54 | + options: |
| 55 | + - label: I agree to follow this project's Code of Conduct |
| 56 | + required: true |
| 57 | + - type: checkboxes |
| 58 | + attributes: |
| 59 | + label: Sensitive Information Declaration |
| 60 | + description: To ensure the utmost confidentiality and protect your privacy, we kindly ask you to NOT including [PII (Personal Identifiable Information) / PID (Personal Identifiable Data)](https://digital.nhs.uk/data-and-information/keeping-data-safe-and-benefitting-the-public) or any other sensitive data in this form. We appreciate your cooperation in maintaining the security of your information. |
| 61 | + options: |
| 62 | + - label: I confirm that neither PII/PID nor sensitive data are included in this form |
| 63 | + required: true |
0 commit comments