-
Notifications
You must be signed in to change notification settings - Fork 61.7k
Added build step to prepare script #7713
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👋 Hey there spelunker. It looks like you've modified some files that we can't accept as contributions. The complete list of files we can't accept are:
.github/actions-scripts/**
.github/workflows/**
.github/CODEOWNERS
assets/fonts/**
data/graphql/**
lib/graphql/**
lib/redirects/**
lib/rest/**
lib/webhooks/**
scripts/**
translations/**
You'll need to revert all of the files you changed in that list using GitHub Desktop or git checkout origin/main <file name>
. Once you get those files reverted, we can continue with the review process.
@FarazzShaikh Thanks so much for opening a PR! I'll get this triaged for review ⚡ |
A stale label has been added to this pull request because it has been open 7 days with no activity. To keep this PR open, add a comment or push a commit within 3 days. |
Thanks for opening this PR @FarazzShaikh! Sometimes we need to run packages without making a build, having to build to install would be a deal breaker for some processes, so we can't accept this PR. Thanks so much for your interest and passion in improving the GitHub docs 💛 |
@janiceilene thank you for your review. You should close #222 as well if this cannot be implemented. |
@FarazzShaikh We really appreciate the PR you offered up. 🙇🏻♂️ Unfortunately, when the larger team reviewed your PR, one of the valid issues mentioned was that this change (adding a Since npm does not currently provide us a mechanism to opt-out of that behavior (other than Thank you especially for your thoroughness in taking the extra step of updating the contributor documentation, the Codespaces configuration, and the Actions workflows as well. ✨ We are thankful for your involvement and effort. We would love to see additional contributions from you in the future. ❤️ |
Understood, Thanks for letting me know! 😄 |
Added build step to prepare script and Removed redundant calls of build script
Why:
Closes #222
What's being changed:
Check off the following:
Writer impact (This section is for GitHub staff members only):