|
| 1 | +--- |
| 2 | +name: Bug report |
| 3 | +about: Use this template for reporting a bug |
| 4 | +title: "<short description of issue>" |
| 5 | +labels: "type: bug" |
| 6 | +assignees: "" |
| 7 | +--- |
| 8 | + |
| 9 | +<!-- |
| 10 | +Before reporting a problem: |
| 11 | +- Make sure you are able to reproduce it on the [latest version](https://github.com/alan-turing-institute/data-safe-haven/releases) |
| 12 | +- Search the existing issues. |
| 13 | +- Refer to [our documentation](https://alan-turing-institute.github.io/data-safe-haven/). |
| 14 | +
|
| 15 | +In order to help categorise your issue, please take the time to label it with at least one label from **each of** the following categories |
| 16 | +
|
| 17 | +- type (bug; enhancement; documentation; question) |
| 18 | +- affected (developers; users) |
| 19 | +- severity (minor; medium; embarrassing; broken / unusable) |
| 20 | +
|
| 21 | +Additionally, if you think this would be a good issue for newcomers to tackle then please add the `good first issue` label. |
| 22 | +
|
| 23 | +:tada: Thank you! |
| 24 | +--> |
| 25 | + |
| 26 | +## :computer: System information |
| 27 | + |
| 28 | +- Operating System: <!-- Which operating system are you using: Windows, Linux, macOS etc. --> |
| 29 | +- Data Safe Haven version: <!-- Which version of the Data Safe Haven are you using: 3.0.0, 3.1.1 etc. --> |
| 30 | +- Powershell version: <!-- Which version of Powershell are you using: use CheckRequirements.ps1 if unsure --> |
| 31 | +- `Az` Powershell module version: <!-- Which version of the Az Powershell module are you using: use CheckRequirements.ps1 if unsure --> |
| 32 | +- `Microsoft.Graph` Powershell module version: <!-- Which version of the Microsoft.Graph Powershell module are you using: use CheckRequirements.ps1 if unsure --> |
| 33 | +- `Poshstache` module version: <!-- Which version of the Microsoft.Graph Powershell module are you using: use CheckRequirements.ps1 if unsure --> |
| 34 | +## :strawberry: Desired behaviour |
| 35 | + |
| 36 | +<!-- |
| 37 | +A clear and concise description of what the behaviour should be when this issue is closed. |
| 38 | +
|
| 39 | +Include specific tasks (if any) in the order in which they need to be done. |
| 40 | +- [ ] Task 1 |
| 41 | +- [ ] Task 2 |
| 42 | +- [ ] Task 3 |
| 43 | +--> |
| 44 | + |
| 45 | +## :no_entry_sign: Actual behaviour |
| 46 | + |
| 47 | +<!-- |
| 48 | +What happens now and (if relevant) an explanation of why this is incorrect |
| 49 | +--> |
| 50 | + |
| 51 | +## :recycle: To reproduce |
| 52 | + |
| 53 | +<!-- |
| 54 | +How can the current behaviour be reproduced? Include some steps to reproduce the problem. |
| 55 | +
|
| 56 | +Example: |
| 57 | +1. Deploy an SRE with option X set to Y |
| 58 | +2. Attempt to perform action Z |
| 59 | +3. Observe the following failure/error message |
| 60 | +--> |
| 61 | + |
| 62 | +<!-- OPTIONAL |
| 63 | +## :deciduous_tree: Log messages |
| 64 | +
|
| 65 | +<details> |
| 66 | +<summary>First set of log messages</summary> |
| 67 | +
|
| 68 | +```none |
| 69 | +Your log details here |
| 70 | +``` |
| 71 | +</details> |
| 72 | +
|
| 73 | +<details> |
| 74 | +<summary>Second set of log messages</summary> |
| 75 | +
|
| 76 | +```none |
| 77 | +Your log details here |
| 78 | +``` |
| 79 | +</details> |
| 80 | +--> |
0 commit comments