File: pull_request_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 (25 lines) | stat: -rw-r--r-- 1,112 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
If you are patching a security vulnerability, please do not submit a pull
request. Instead, follow the guidelines described in our
[security policy](../blob/main/SECURITY.md).

If you are submitting a bug fix for an an error or fixing an incompatibility
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 a pull
request 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.