File: issue_template.md

package info (click to toggle)
node-json5 2.2.3%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 524 kB
  • sloc: javascript: 2,673; makefile: 12
file content (26 lines) | stat: -rw-r--r-- 1,134 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
If you are reporting a security vulnerability, please do not submit an issue.
Instead, follow the guidelines described in our
[security policy](../blob/main/SECURITY.md).

If you are submitting a bug report because you are receiving an error or because
this project is incompatible with the [official JSON5 specification][spec],
please continue.

If you are submitting a feature request or code improvement that is compatible
with the [official JSON5 specification][spec], please continue.

> An example of this is adding a `quote` option to `stringify()` that allows the
> user to chose which quote character is used.

If you are submitting a feature request or code improvement that is
*incompatible* with the [official JSON5 specification][spec], please open an
issue on the [specification repository](https://github.com/json5/json5-spec)
instead.

> An example of this is adding first class support for `Date` or `RegExp`
> objects to the JSON5 format. This is outside the scope of this project.

[spec]: https://json5.github.io/json5-spec/

Thank you for your cooperation. You may delete this message and the instructions
above.