Skip to content

Commit 986b1c6

Browse files
authored
Merge branch 'main' into feature/unified-error-reporting-telemetry-dashboard
2 parents 25ff492 + 7cdc45c commit 986b1c6

305 files changed

Lines changed: 64229 additions & 7667 deletions

File tree

Some content is hidden

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

.DS_Store

10 KB
Binary file not shown.

.editorconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
insert_final_newline = true
7+
trim_trailing_whitespace = true
8+
9+
[*.md]
10+
trim_trailing_whitespace = false

.github/FUNDING.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 56 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 76 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/project_proposal.md

Lines changed: 0 additions & 106 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/pull_request_template.md

Lines changed: 10 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,10 @@
1-
name: Pull Request 🔄
2-
description: Submit a Pull Request
3-
title: "[PR]: "
4-
body:
5-
- type: textarea
6-
id: description
7-
attributes:
8-
label: Description
9-
description: Provide a brief description of your changes
10-
placeholder: What changes are you making?
11-
validations:
12-
required: true
13-
- type: dropdown
14-
id: type-of-change
15-
attributes:
16-
label: Type of Change
17-
description: Mark the relevant option
18-
options:
19-
- Select an option
20-
- Bug fix (non-breaking change which fixes an issue)
21-
- New feature (non-breaking change which adds functionality)
22-
- New mini-project
23-
- Documentation update
24-
- UI/UX improvement
25-
- Code refactoring
26-
- Other (please describe)
27-
multiple: false
28-
validations:
29-
required: true
30-
- type: textarea
31-
id: related-issue
32-
attributes:
33-
label: Related Issue
34-
description: Link any related issues here (e.g., Closes #123)
35-
placeholder: "Closes #(issue number)"
36-
- type: textarea
37-
id: testing
38-
attributes:
39-
label: How Has This Been Tested?
40-
description: Describe how you tested your changes
41-
placeholder: |
42-
- [ ] Tested on Windows
43-
- [ ] Tested on macOS
44-
- [ ] Tested on Linux
45-
- [ ] Multiple test runs completed
46-
- [ ] Edge cases tested
47-
- type: textarea
48-
id: environment-info
49-
attributes:
50-
label: Environment
51-
description: Please provide your environment details
52-
placeholder: |
53-
Python Version:
54-
OS:
55-
- type: textarea
56-
id: screenshots
57-
attributes:
58-
label: Screenshots (if applicable)
59-
description: Add screenshots to demonstrate changes, especially for UI updates
60-
- type: checkboxes
61-
id: checklist
62-
attributes:
63-
label: Checklist
64-
description: Make sure all items are completed before submitting
65-
options:
66-
- label: "I have been assigned this issue before raising this PR"
67-
required: true
68-
- label: "My code follows the project's style guidelines"
69-
required: true
70-
- label: "I have tested my code thoroughly"
71-
required: true
72-
- label: "My project runs without errors"
73-
required: true
74-
- label: "No external dependencies added (unless necessary)"
75-
required: false
76-
- label: "I have updated the README.md (if adding new project)"
77-
required: false
1+
### 📝 Description
2+
### 🔗 Linked Issue
3+
Closes #
4+
5+
---
6+
7+
### 📋 Contribution Checklist
8+
- [ ] I have verified that my files are placed in the correct directory.
9+
- [ ] I have tested my changes thoroughly on my local machine.
10+
- [ ] **GSSoC 2026:** I have been formally assigned to this issue and noted it above.

.github/workflows/codeql.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)