-
Couldn't load subscription status.
- Fork 8
Add Essential GitHub Repository Files (LICENSE, SUPPORT, PR Template, Issue Templates) #53
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
base: trunk
Are you sure you want to change the base?
Conversation
|
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 If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
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.
Not sure we need this file, feels unnecessary on top of README.md and CONTRIBUTING.md. What's the thinking with adding in this file?
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.
https://github.com/WordPress/gutenberg/blob/trunk/.github/SUPPORT.md
Gutenberg also has SUPPORT.md file and
#42 also has several .md files
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.
Not sure we need this file, feels unnecessary on top of README.md and CONTRIBUTING.md. What's the thinking with adding in this file?
The main idea was to provide a clear support reference within the repository itself, so contributors and users can easily find where to get help without relying solely on the README or CONTRIBUTING files. It helps improve discoverability and maintain consistency across WordPress projects.
For example, the Gutenberg repository also includes a SUPPORT.md file for the same purpose.
|
All the mentioned issues have been resolved. |
What?
Adds standard GitHub repository files to improve contribution workflow:
.github/SUPPORT.md- Support and help resources.github/PULL_REQUEST_TEMPLATE.md- Pull request template.github/ISSUE_TEMPLATE/bug_report.yml- Structured bug report form.github/ISSUE_TEMPLATE/feature_request.md- Feature request templateLICENSE.md- GPL-2.0 license file (already exists, no changes needed)Why?
These files are missing and are standard across this project
Current problems:
This PR fixes:
Fixes: #52
How?
All files follow proven WordPress project templates:
Files Created
New Files Added (5):
.github/SUPPORT.md- 31 lines.github/PULL_REQUEST_TEMPLATE.md- 28 lines.github/ISSUE_TEMPLATE/bug_report.yml- 85 lines.github/ISSUE_TEMPLATE/feature_request.md- 17 linesLICENSE.md- Verified existing file (no changes)Fixes / Reference: #52
Test using WordPress Playground
The changes in this pull request can be previewed and tested using this WordPress Playground instance:
Click here to test this pull request.