File tree 3 files changed +80
-0
lines changed
3 files changed +80
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : 🐞 Bug report
2
+ description : File a bug report for this sample application.
3
+ title : " [BUG] "
4
+ labels : ["bug"]
5
+ assignees :
6
+ - seesharprun
7
+ body :
8
+ - type : markdown
9
+ attributes :
10
+ value : |
11
+ Please fill out this bug report form so we can resolve your request.
12
+
13
+ > [!TIP]
14
+ > Providing additional context and repo steps helps us resolve your issue quickly.
15
+ - type : textarea
16
+ id : description
17
+ attributes :
18
+ label : Description
19
+ description : Provide a clear and concise description of the bug.
20
+ validations :
21
+ required : true
22
+ - type : textarea
23
+ id : repro-steps
24
+ attributes :
25
+ label : Repro steps
26
+ description : Provide steps to reproduce the bug in numbered format.
27
+ value : |
28
+ 1. Go to '...'
29
+ 2. Click on '....'
30
+ 3. Scroll down to '....'
31
+ 4. See error
32
+ validations :
33
+ required : true
34
+ - type : textarea
35
+ id : expected-behavior
36
+ attributes :
37
+ label : Expected behavior
38
+ description : Provide an explanation of the behavior you expected.
39
+ validations :
40
+ required : true
41
+ - type : textarea
42
+ id : screenshots
43
+ attributes :
44
+ label : Screenshots
45
+ description : If applicable, add screenshots to help explain your problem.
46
+ validations :
47
+ required : false
48
+ - type : textarea
49
+ id : environment
50
+ attributes :
51
+ label : Environment
52
+ description : Tell us about your environment, if possible.
53
+ render : shell
54
+ validations :
55
+ required : false
56
+
Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : false
2
+ contact_links :
3
+ - name : Microsoft Q&A
4
+ url : https://learn.microsoft.com/answers/tags/187/azure-cosmos-db
5
+ about : Please ask and answer questions about Azure Cosmos DB.
Original file line number Diff line number Diff line change
1
+ name : 🎫 Feature request
2
+ description : Suggest a new feature for this sample application.
3
+ title : " [FEATURE] "
4
+ labels : ["new-feature"]
5
+ body :
6
+ - type : markdown
7
+ attributes :
8
+ value : |
9
+ Use this form to request new features.
10
+
11
+ > [!IMPORTANT]
12
+ > These requests will be reviewed and prioritized.
13
+ - type : textarea
14
+ id : description
15
+ attributes :
16
+ label : Description
17
+ description : Provide some context here on the functionality you would like to see in this sample application.
18
+ validations :
19
+ required : true
You can’t perform that action at this time.
0 commit comments