Skip to content
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

Move shared configs/utils from bin to tools directory #1243

Merged
merged 7 commits into from
May 24, 2024

Conversation

thelovekesh
Copy link
Member

Summary

During the extension of the tools, various configuration files and utilities were added to the bin directory. However, the bin directory is typically meant for executables or helper scripts, making it an unsuitable location for these files.

This PR proposes to reorganize the project structure by moving scripts to the bin directory and configuration files to the tools directory, thereby ensuring a more logical and clean organization of the project files.

@thelovekesh thelovekesh added [Type] Enhancement A suggestion for improvement of an existing feature no milestone PRs that do not have a defined milestone for release skip changelog PRs that should not be mentioned in changelogs labels May 24, 2024
Copy link

github-actions bot commented May 24, 2024

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.

Co-authored-by: thelovekesh <thelovekesh@git.wordpress.org>
Co-authored-by: westonruter <westonruter@git.wordpress.org>
Co-authored-by: adamsilverstein <adamsilverstein@git.wordpress.org>

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

@westonruter westonruter added this to the performance-lab 3.2.0 milestone May 24, 2024
@westonruter westonruter removed the no milestone PRs that do not have a defined milestone for release label May 24, 2024
adamsilverstein
adamsilverstein approved these changes May 24, 2024
Copy link
Member

@adamsilverstein adamsilverstein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great!

@westonruter westonruter merged commit ad3a741 into trunk May 24, 2024
9 of 10 checks passed
@westonruter westonruter deleted the move/configs-to-tool-dir branch May 24, 2024 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip changelog PRs that should not be mentioned in changelogs [Type] Enhancement A suggestion for improvement of an existing feature
3 participants