This repository was archived by the owner on Apr 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +63
-0
lines changed Expand file tree Collapse file tree 3 files changed +63
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!-- - Provide a general summary of the issue in the Title above -->
2
+
3
+ ## Expected Behavior
4
+
5
+ <!-- - If you're describing a bug, tell us what should happen -->
6
+ <!-- - If you're suggesting a change/improvement, tell us how it should work -->
7
+
8
+ ## Current Behavior
9
+
10
+ <!-- - If describing a bug, tell us what happens instead of the expected behavior -->
11
+ <!-- - If suggesting a change/improvement, explain the difference from current behavior -->
12
+
13
+ ## Possible Solution
14
+
15
+ <!-- - Not obligatory, but suggest a fix/reason for the bug, -->
16
+ <!-- - or ideas how to implement the addition or change -->
17
+
18
+ ## Steps to Reproduce (for bugs)
19
+
20
+ <!-- - Provide a link to a live example, or an unambiguous set of steps to -->
21
+ <!-- - reproduce this bug. Include code to reproduce, if relevant -->
22
+
23
+ 1 . <!-- - Step 1 --->
24
+ 2 . <!-- - Step 2 --->
25
+ 3 . <!-- - Step 3 --->
26
+ 4 . <!-- - Step 4 --->
27
+
28
+ ## Context
29
+
30
+ <!-- - How has this issue affected you? What are you trying to accomplish? -->
31
+ <!-- - Providing context helps us come up with a solution that is most useful in the real world -->
32
+
33
+ ## Your Environment
34
+
35
+ <!-- - Include as many relevant details about the environment you experienced the bug in -->
36
+
37
+ - Version used:
Original file line number Diff line number Diff line change
1
+ <!-- - Provide a general summary of your changes in the Title above -->
2
+
3
+ ## Description
4
+
5
+ <!-- - Describe your changes in detail -->
6
+
7
+ ## Motivation and Context
8
+
9
+ <!-- - Why is this change required? What problem does it solve? -->
10
+ <!-- - If it fixes an open issue, please link to the issue here. -->
11
+
12
+ ## How Has This Been Tested?
13
+
14
+ <!-- - Please describe in detail how you tested your changes. -->
15
+ <!-- - Include details of your testing environment, and the tests you ran to -->
16
+ <!-- - see how your change affects other areas of the code, etc. -->
17
+
18
+ ## Checklist:
19
+
20
+ <!-- - Go over all the following points, and put an `x` in all the boxes that apply. -->
21
+ <!-- - If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
22
+
23
+ - [ ] My change requires a change to the documentation or CHANGELOG.
24
+ - [ ] I have updated the documentation/CHANGELOG accordingly.
25
+ - [ ] I have created a feature (non-master) branch for my PR.
Original file line number Diff line number Diff line change 2
2
3
3
## Changes since v2.2:
4
4
5
+ - Add Issue and Pull Request templates
5
6
- Add Dockerfile
6
7
- Fix fsnotify import
7
8
- Update README to reflect new repository ownership
You can’t perform that action at this time.
0 commit comments