Skip to content

Commit 712c4ad

Browse files
authored
maint: Format ull request template headers
Use a better readable header level No functional changes.
1 parent 567339f commit 712c4ad

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/PULL_REQUEST_TEMPLATE/bug.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
## Summary
1+
### Summary
22
<!-- Provide a brief summary of the bug and its impact. -->
33

4-
## Bug / Issue
4+
### Bug / Issue
55
<!-- Link to the related issue(s) and describe the bug. Include details like the context, what was expected, and what actually happened. -->
66

7-
## Implementation
7+
### Implementation
88
<!-- Describe the changes made to resolve the issue. Highlight any important parts of the code that were modified. -->
99

10-
## Testing
10+
### Testing
1111
<!-- Detail the testing performed to verify the fix. Include information on test cases, steps taken, and any relevant results.
1212
1313
If you're fixing the visualisation, add before/after screenshots. -->
1414

15-
## Additional Notes
15+
### Additional Notes
1616
<!-- Add any additional information that may be relevant for the reviewers, such as potential side effects, dependencies, or related work.
+5-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
## Summary
1+
### Summary
22
<!-- Provide a concise summary of the feature and its purpose. -->
33

4-
## Motive
4+
### Motive
55
<!-- Explain the reasoning behind this feature. Include details on the problem it addresses or the enhancement it provides. -->
66

7-
## Implementation
7+
### Implementation
88
<!-- Describe how the feature was implemented. Include details on the approach taken, important decisions made, and code changes. -->
99

10-
## Usage Examples
10+
### Usage Examples
1111
<!-- Provide code snippets or examples demonstrating how to use the new feature. Highlight key scenarios where this feature will be beneficial.
1212
1313
If you're modifying the visualisation, add before/after screenshots. -->
1414

15-
## Additional Notes
15+
### Additional Notes
1616
<!-- Add any additional information that may be relevant for the reviewers, such as potential side effects, dependencies, or related work. -->

0 commit comments

Comments
 (0)