Skip to content

Commit 24000e6

Browse files
committedMar 26, 2025
v29.1.33
1 parent 1b8541b commit 24000e6

File tree

11,087 files changed

+2553222
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

11,087 files changed

+2553222
-1
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
**Bug description**
2+
* Clearly and concisely describe the problem or feature (this cannot be empty).
3+
4+
**Root cause**
5+
* Briefly describe the root cause and analysis of the problem.
6+
* If there is an internal discussion on the forum, provide the link.
7+
8+
**Reason for not identifying earlier**
9+
* Explain how it was missed in our earlier testing and development. This will help prevent similar mistakes in the future.
10+
11+
***Guidelines/documents are not followed***
12+
13+
* Common guidelines / Core team guideline
14+
* Specification document
15+
* Requirement document
16+
17+
***Guidelines/documents are not given***
18+
19+
* Common guidelines / Core team guideline
20+
* Specification document
21+
* Requirement document
22+
23+
***Reason:***
24+
25+
Mention any one or more reasons from the above points.
26+
27+
***Action taken:***
28+
29+
What action did you take to avoid this in future?
30+
31+
***Related areas:***
32+
33+
Is there any other related areas also to be addressed?
34+
35+
**Solution description**
36+
* Describe your code changes in detail for reviewers.
37+
38+
**Areas affected and ensured**
39+
* List the areas affected by your code changes.
40+
41+
**Additional checklist**
42+
[ ] Doesn’t have memory leak.
43+
[ ] Have you ensured the changes in Android API 19 and iOS 9?
44+
[ ] Ensured in iOS, Android, UWP and macOS (if supported).
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
**Feature description**
2+
* Clearly and concisely describe the problem or feature (this cannot be empty).
3+
4+
**Analysis and design**
5+
* If there is an external design, link to its project documentation area.
6+
* If there is an internal discussion on the forum, provide the link.
7+
8+
**Solution description**
9+
* Describe your code changes in detail for reviewers.
10+
11+
**Areas affected and ensured**
12+
* List the areas are affected by your code changes.
13+
14+
**Additional checklist**
15+
* [ ] Does it follow the design [guidelines](https://docs.microsoft.com/en-us/dotnet/standard/design-guidelines/)? It is mandatory that, we should not move the changes without reading this.
16+
* [ ] Properly working in Xamarin.Forms [previewer](https://docs.microsoft.com/en-us/xamarin/xamarin-forms/xaml/xaml-previewer?tabs=vswin).
17+
* [ ] Ensured in iOS, Android, UWP and macOS (if supported).
18+
* [ ] Doesn’t have memory leak. Please check the list of items to be ensured [here](https://syncfusion.atlassian.net/wiki/spaces/XAMRIN/pages/880875734/Memory+Leak).
19+
* [ ] Have you added [Preserve](https://syncfusion.atlassian.net/wiki/spaces/XAMRIN/pages/192124218/Guidelines+for+adding+Preserve+attribute) attribute if needed?
20+
* [ ] Have you ensured the changes in Android API 19 and iOS 9?

0 commit comments

Comments
 (0)
Please sign in to comment.