File tree Expand file tree Collapse file tree 4 files changed +79
-0
lines changed Expand file tree Collapse file tree 4 files changed +79
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Bug Report
2+ description : Report a bug/issue
3+ title : ' [Bug]: '
4+ labels : ['bug-report']
5+
6+ body :
7+ - type : textarea
8+ id : version
9+ attributes :
10+ label : Which web client version did you detect this bug with?
11+ value : |
12+ v1.13.3
13+ validations :
14+ required : true
15+ - type : textarea
16+ id : build
17+ attributes :
18+ label : What environment (build systems, module system, and framework) did you detect this bug with?
19+ value : |
20+ TypeScript v5.0.2, Webpack v4.46.0, ECMAScript modules (ESM) and React v18.2.0
21+ validations :
22+ required : true
23+ - type : dropdown
24+ id : web-app-pages
25+ attributes :
26+ label : Is your web application a single page application (SPA) or multi page application (MPA)?
27+ multiple : false
28+ options :
29+ - SPA
30+ - MPA
31+ - type : textarea
32+ id : config
33+ attributes :
34+ label : Please provide your web client configuration
35+ value : |
36+ {
37+ allowCookies: true,
38+ endpoint: "https://dataplane.rum.us-west-2.amazonaws.com",
39+ guestRoleArn: "arn:aws:iam::000000000000:role/RUM-Monitor-us-west-2-000000000000-00xx-Unauth",
40+ identityPoolId: "us-west-2:00000000-0000-0000-0000-000000000000",
41+ sessionSampleRate: 1,
42+ telemetries: ['errors', 'performance', 'http']
43+ }
44+ validations :
45+ required : false
46+ - type : textarea
47+ id : bug-details
48+ attributes :
49+ label : Please describe the bug/issue
50+ description : Provide as much detail as possible. Include details on how to reproduce the bug.
51+ validations :
52+ required : true
Original file line number Diff line number Diff line change 1+ blank_issues_enabled : false
Original file line number Diff line number Diff line change 1+ name : Feature request
2+ description : Suggest new features or enhancements
3+ title : ' [Feature Request]: '
4+ labels : ['enhancement']
5+
6+ body :
7+ - type : textarea
8+ id : feature
9+ attributes :
10+ label : Please provide your feature request
11+ description : What problem are you trying to solve? How would this feature be used?
12+ validations :
13+ required : true
Original file line number Diff line number Diff line change 1+ name : General inquiry
2+ description : Start a discussion not related to a bug or feature request
3+ title : ' [General Inquiry]: '
4+ labels : ['question']
5+
6+ body :
7+ - type : textarea
8+ id : general-inquiry
9+ attributes :
10+ label : What is your general inquiry?
11+ description : Please provide as much detail as possible.
12+ validations :
13+ required : true
You can’t perform that action at this time.
0 commit comments