This repository was archived by the owner on Oct 19, 2023. It is now read-only.
File tree 2 files changed +41
-0
lines changed
2 files changed +41
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!-- Remove any sections that do not apply to your problems. HTML comments are ignored. -->
2
+ # Description
3
+ <!-- Describe your problem here. -->
4
+ <!-- Include references to relevant pull requests/commits here. -->
5
+
6
+ ## Expected behavior
7
+ <!-- Describe your expected behavior here. -->
8
+
9
+ ## Observed behavior
10
+ <!-- Describe your observed behavior here. -->
11
+
12
+ ## Steps to Reproduce
13
+ <!-- Describe the steps to reproduce the observed behavior. -->
14
+ <!-- Have a failing spec for this? :) -->
15
+
16
+ # Stack Trace or Log Messages
17
+ <!-- Use the following format for showing stack traces: -->
18
+ <details >
19
+ <summary >Stack trace for `brief error context`</summary >
20
+ <pre >
21
+ ... Full error context (collapses by default) ...
22
+ </pre >
23
+ </details >
Original file line number Diff line number Diff line change
1
+ <!-- Remove any sections that do not apply to your changes. HTML comments are ignored. -->
2
+ # Description
3
+ <!-- Describe your changes here. -->
4
+ <!-- Include references to relevant pull requests/commits here. -->
5
+ <!-- * Did you update documentation? -->
6
+ <!-- * Did you update test coverage? -->
7
+
8
+ # Motivation and Context
9
+ <!-- Describe the use case that requires your changes. -->
10
+
11
+ # Usage Examples
12
+ <!-- Code or screenshot examples of using your feature, if applicable. -->
13
+
14
+ # Testing Steps
15
+ <!-- List any steps required to test your changes. -->
16
+
17
+ # Post-merge Steps
18
+ <!-- List any steps required after merging your changes. -->
You can’t perform that action at this time.
0 commit comments