Skip to content

Commit a52bc81

Browse files
authored
doc: add a note about changes in gyp folder (#3259)
1 parent c7c678f commit a52bc81

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Contributing to node-gyp
22

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+
311
## Code of Conduct
412

513
Please read the
@@ -32,3 +40,5 @@ By making a contribution to this project, I certify that:
3240
personal information I submit with it, including my sign-off) is
3341
maintained indefinitely and may be redistributed consistent with
3442
this project or the open source license(s) involved.
43+
44+
[`gyp-next`]: https://github.com/nodejs/gyp-next

0 commit comments

Comments
 (0)