-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING CHANGE: commit ead1083 dropped support for Node < 8. * chore: add CONTRIBUTING/support docs * docs: put building docs after API docs * docs: promisify API docs
- Loading branch information
Showing
3 changed files
with
38 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Contributing to `node-rcedit` | ||
|
||
## Code of Conduct | ||
|
||
This project is a part of the Electron ecosystem. As such, all contributions to this project follow [Electron's code of conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) | ||
where appropriate. | ||
|
||
## Bugs / Feature Requests | ||
|
||
Most bugs and feature requests in `node-rcedit` can be attributed to | ||
[`rcedit`](https://github.com/electron/rcedit) itself. Please look in that project's issue tracker | ||
first before filing an issue here. | ||
|
||
## Releases | ||
|
||
`node-rcedit` uses `semantic-release` plus a plugin named "continuous factor authentication" to | ||
publish new releases to NPM. When a pull request is merged, a new release is queued in CircleCI, and | ||
a member of the Electron [Docs & Tools Working Group](https://github.com/electron/governance/tree/master/wg-docs-tools) needs to approve it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Support for `node-rcedit` | ||
|
||
## Troubleshooting | ||
|
||
This module uses the [`debug`](https://npm.im/debug) module to print out debugging information. To | ||
use it, consult your operating system's documentation on setting environment variables _([Windows | ||
notes](https://github.com/visionmedia/debug#windows-command-prompt-notes))_. Set the `DEBUG` | ||
environment variable to `rcedit`, and it will print out information, including any `STDERR` output | ||
from `rcedit.exe`. |