You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Report a bug in the Azure SDK for Rust
3
+
title: "[BUG] "
4
+
labels: ["needs-triage"]
5
+
type: "Bug"
6
+
body:
7
+
- type: markdown
8
+
attributes:
9
+
value: |
10
+
Thanks for taking the time to fill out this bug report!
11
+
12
+
- type: input
13
+
id: title
14
+
attributes:
15
+
label: Bug Title
16
+
description: A short summary of the bug
17
+
placeholder: "Enter the bug title"
18
+
19
+
- type: input
20
+
id: CrateName
21
+
attributes:
22
+
label: Crate Name
23
+
description: The name of the crate where the bug was found. e.g. `azure_core`, `azure_identity`, etc.
24
+
placeholder: "Enter the crate name"
25
+
validations:
26
+
required: true
27
+
28
+
- type: input
29
+
id: CrateVersion
30
+
attributes:
31
+
label: Crate Version
32
+
description: The version of the crate where the bug was found. e.g. `0.1.0`, `1.1.0-beta.1`, etc.
33
+
placeholder: "Enter the crate version"
34
+
validations:
35
+
required: true
36
+
37
+
- type: textarea
38
+
id: description
39
+
attributes:
40
+
label: Description
41
+
description: A detailed description of the bug
42
+
placeholder: "Enter the bug description"
43
+
44
+
- type: textarea
45
+
id: steps
46
+
attributes:
47
+
label: Steps to Reproduce
48
+
description: The steps to reproduce the bug. A [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) is required unless you are absolutely sure that the issue is obvious and the provided information is enough to understand the problem.
49
+
placeholder: Repro steps |
50
+
1. Go to '...'
51
+
2. Click on '...'
52
+
3. Scroll down to '...'
53
+
4. See error
54
+
validations:
55
+
required: true
56
+
57
+
- type: checkboxes
58
+
id: checklist
59
+
attributes:
60
+
label: Checklist
61
+
description: Before submitting the issue, please make sure you do the following
62
+
options:
63
+
- label: Follow our [Code of Conduct](https://github.com/Azure/azure-sdk-for-rust/blob/main/CODE_OF_CONDUCT.md)
64
+
required: true
65
+
66
+
- label: Check that there isn't already an issue that request the same bug to avoid creating a duplicate.
67
+
required: true
68
+
69
+
- label: The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.
0 commit comments