File tree Expand file tree Collapse file tree 4 files changed +57
-1
lines changed Expand file tree Collapse file tree 4 files changed +57
-1
lines changed File renamed without changes.
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
+ <!-- - If you're describing a bug, tell us what should happen -->
5
+ <!-- - If you're suggesting a change/improvement, tell us how it should work -->
6
+
7
+ ## Current Behavior
8
+ <!-- - If describing a bug, tell us what happens instead of the expected behavior -->
9
+ <!-- - If suggesting a change/improvement, explain the difference from current behavior -->
10
+
11
+ ## Steps to Reproduce (for bugs)
12
+ <!-- - Provide a link to a live example, or an unambiguous set of steps to -->
13
+ <!-- - reproduce this bug. Include code to reproduce, if relevant -->
14
+
15
+ ## Context
16
+ <!-- - How has this issue affected you? What are you trying to accomplish? -->
17
+ <!-- - Providing context helps us come up with a solution that is most useful in the real world -->
18
+
19
+ ## Your Environment
20
+ <!-- - Include as many relevant details about the environment you experienced the bug in -->
21
+ * stacktrace.js version:
22
+ * Browser Name and version:
23
+ * Operating System and version (desktop or mobile):
24
+ * Link to your project:
25
+
26
+ ## Possible Solution
27
+ <!-- - Not obligatory, but suggest a fix/reason for the bug, -->
28
+ <!-- - or ideas how to implement the addition or change -->
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
+ <!-- - Describe your changes in detail -->
5
+
6
+ ## Motivation and Context
7
+ <!-- - Why is this change required? What problem does it solve? -->
8
+ <!-- - If it fixes an open issue, please link to the issue here. -->
9
+
10
+ ## How Has This Been Tested?
11
+ <!-- - Please describe in detail how you tested your changes. -->
12
+ <!-- - Include details of your testing environment, and the tests you ran to -->
13
+ <!-- - see how your change affects other areas of the code, etc. -->
14
+
15
+ ## Types of changes
16
+ <!-- - What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
17
+ - [ ] Bug fix (non-breaking change which fixes an issue)
18
+ - [ ] New feature (non-breaking change which adds functionality)
19
+ - [ ] Breaking change (fix or feature that would cause existing functionality to change)
20
+
21
+ ## Checklist:
22
+ <!-- - Go over all the following points, and put an `x` in all the boxes that apply. -->
23
+ <!-- - If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
24
+ - [ ] ` node_modules/.bin/jscs -c .jscsrc error-stack-parser.js ` passes without errors
25
+ - [ ] ` npm test ` passes without errors
26
+ - [ ] I have read the [ contribution guidelines] ( CONTRIBUTING.md )
27
+ - [ ] I have updated the documentation accordingly
28
+ - [ ] I have added tests to cover my changes
Original file line number Diff line number Diff line change @@ -33,5 +33,5 @@ https://raw.githubusercontent.com/stacktracejs/error-stack-parser/master/dist/er
33
33
```
34
34
35
35
## Contributing
36
- Want to be listed as a * Contributor* ? Start with the [ Contributing Guide] ( CONTRIBUTING.md ) !
36
+ Want to be listed as a * Contributor* ? Start with the [ Contributing Guide] ( .github/ CONTRIBUTING.md) !
37
37
You can’t perform that action at this time.
0 commit comments