File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ github : [brettz9] # May have up to 4 comma-separated user names
Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug report
3+ about : Create a report in case we may be able to help
4+ labels : Bug - unconfirmed
5+
6+ ---
7+ <!--
8+ **PLEASE NOTE: This project is not currently being very actively developed.**
9+ -->
10+
11+ ## Describe the bug
12+
13+ <!-- A clear and concise description of what the bug is. -->
14+
15+ ## Code sample or steps to reproduce
16+
17+ ``` js
18+ // Code that reproduces problem here
19+ ```
20+
21+ ### Console error or logs
22+
23+ ## Expected behavior
24+
25+ <!-- A clear and concise description of what you expected to happen. -->
26+
27+ ## Expected result
28+
29+ ``` json
30+
31+ ```
32+
33+ ## Environment (IMPORTANT)
34+ - JSONPath-Plus version: [ e.g. 4.0.0]
35+
36+ ## Desktop**
37+ - OS: [ e.g. Windows]
38+ - Browser and version [ e.g. chrome 65] or Node Version [ e.g. 10.2]
39+
40+ ## Additional context
41+
42+ <!-- Add any other context about the problem here. -->
Original file line number Diff line number Diff line change 1+ ---
2+ name : Feature Request
3+ about : Report a new feature
4+ title : ' '
5+ labels : Feature
6+ assignees : ' '
7+ ---
8+
9+ <!--
10+ NOTE: THIS PROJECT IS NOT BEING ACTIVELY MAINTAINED.
11+
12+ You can file a suggestion in case someone decides to work on it.
13+
14+ However, any proposed syntax changes will most likely be required to
15+ first go through standardization for consistency with other jsonpath
16+ implementatioins.
17+
18+ See https://github.com/JSONPath-Plus/JSONPath/issues/124 .
19+ -->
20+
21+ ## Motivation
22+
23+ <!-- What would be the purpose of this new feature? -->
24+
25+ ## Current behavior
26+
27+ <!-- If this is to enhance an existing rule, how does the rule
28+ currently behave in regard to the new changes? -->
29+
30+ ## Desired behavior
31+
32+ <!-- What would you like to see happen instead? -->
33+
34+ ## Alternatives considered
35+
36+ <!-- For any alternatives you have considered -->
Original file line number Diff line number Diff line change 1+ ## PR description
2+
3+ <!-- Add the description of your PR here -->
4+
5+
6+ ## Checklist
7+
8+ - [ ] - Added tests
9+ - [ ] - Ran ` npm test ` , ensuring linting passes
10+ - [ ] - Adjust README documentation if relevant
You can’t perform that action at this time.
0 commit comments