File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ ### Description
2+
3+ A clear and concise description of what the change is.
4+
5+ ### Related Issue(s)
6+
7+ Please link to any related issues here.
8+
9+ ### Type of Change
10+
11+ Please delete options that are not relevant.
12+
13+ - [ ] Bug fix (non-breaking change which fixes an issue)
14+ - [ ] New feature (non-breaking change which adds functionality)
15+ - [ ] Breaking change (fix or feature that would cause existing functionality to
16+ not work as expected)
17+ - [ ] This change requires a documentation update
18+ - [ ] Refactoring (no functional changes)
19+ - [ ] Build-related changes
20+ - [ ] Performance improvement
21+
22+ ### Testing
23+
24+ Please describe the tests that you ran to verify your changes. Provide
25+ instructions so we can reproduce. Please also list any relevant details for your
26+ test configuration.
27+
28+ - [ ] Test A
29+ - [ ] Test B
30+
31+ ### Changelog Entry
32+
33+ Please provide a one-line summary of your change for the changelog. This will be
34+ used in the release notes. For example:
35+
36+ - ** Added** a new endpoint for fetching user data.
37+ - ** Fixed** a bug where the login button was not responsive.
38+
39+ ** Changelog Summary:**
You can’t perform that action at this time.
0 commit comments