We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7c678f commit a52bc81Copy full SHA for a52bc81
1 file changed
CONTRIBUTING.md
@@ -1,5 +1,13 @@
1
# Contributing to node-gyp
2
3
+## Making changes to gyp-next
4
+
5
+Changes in the subfolder `gyp/` should be submitted to the
6
+[`gyp-next`][] repository first. The `gyp/` folder is regularly
7
+synced from [`gyp-next`][] with GitHub Actions workflow
8
+[`update-gyp-next.yml`](.github/workflows/update-gyp-next.yml),
9
+and any changes in this folder would be overridden by the workflow.
10
11
## Code of Conduct
12
13
Please read the
@@ -32,3 +40,5 @@ By making a contribution to this project, I certify that:
32
40
personal information I submit with it, including my sign-off) is
33
41
maintained indefinitely and may be redistributed consistent with
34
42
this project or the open source license(s) involved.
43
44
+[`gyp-next`]: https://github.com/nodejs/gyp-next
0 commit comments