File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change 1+ ## Purpose
2+ <!-- Describe the intention of the changes being proposed. What problem does it solve or functionality does it add? -->
3+ * ...
4+
5+ ## Does this introduce a breaking change?
6+ <!-- Mark one with an "x". -->
7+ ```
8+ [ ] Yes
9+ [ ] No
10+ ```
11+
12+ ## Pull Request Type
13+ What kind of change does this Pull Request introduce?
14+
15+ <!-- Please check the one that applies to this PR using "x". -->
16+ ```
17+ [ ] Bugfix
18+ [ ] Feature
19+ [ ] Code style update (formatting, local variables)
20+ [ ] Refactoring (no functional changes, no api changes)
21+ [ ] Documentation content changes
22+ [ ] Other... Please describe:
23+ ```
24+
25+ ## How to Test
26+ * Get the code
27+
28+ ```
29+ git clone [repo-address]
30+ cd [repo-name]
31+ git checkout [branch-name]
32+ npm install
33+ ```
34+
35+ * Test the code
36+ <!-- Add steps to run the tests suite and/or manually test -->
37+ ```
38+ ```
39+
40+ ## What to Check
41+ Verify that the following are valid
42+ * ...
43+
44+ ## Other Information
45+ <!-- Add any other helpful information that may be needed here. -->
You can’t perform that action at this time.
0 commit comments