Skip to content

Commit c4f9bf8

Browse files
authoredMay 2, 2023
Initial commit
0 parents  commit c4f9bf8

File tree

192 files changed

+34625
-0
lines changed

Some content is hidden

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

192 files changed

+34625
-0
lines changed
 

‎.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

‎.github/pull_request_template.md

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
## Related issue
2+
3+
**If applicable, please provide a link to the issue related to this change.**
4+
5+
- [ ] **Related issue:** [URL]
6+
- [ ] **No related issue**
7+
8+
## Description
9+
10+
**Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.**
11+
12+
13+
14+
### Type of change
15+
16+
- [ ] Bug fix (nonbreaking change that fixes an issue)
17+
- [ ] New feature (nonbreaking change that adds functionality)
18+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
19+
- [ ] Improvement (an improvement to the existing state)
20+
- [ ] This change requires a documentation update
21+
22+
## How has this been tested?
23+
24+
**Please describe the tests that you ran to verify your changes and provide instructions so that we can reproduce. Please also list any relevant details for your test configuration.**
25+
26+
- [ ] Test A
27+
- [ ] Test B
28+
29+
## Checklist
30+
31+
- [ ] I have performed a self-review of my own code.
32+
- [ ] I have commented my code, particularly in hard-to-understand areas.
33+
- [ ] I have made corresponding changes to the documentation.
34+
- [ ] My changes generate no new warnings.
35+
- [ ] I have added tests that prove my fix is effective or that my feature works.
36+
- [ ] New and existing unit tests pass locally with my changes.
37+
- [ ] Any dependent changes have been merged and published in downstream modules.

0 commit comments

Comments
 (0)