-
Notifications
You must be signed in to change notification settings - Fork 368
Add contributing guidelines to CONTRIBUTING.md #2845
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
Open
theaminuli
wants to merge
12
commits into
WordPress:trunk
Choose a base branch
from
theaminuli:patch-1
base: trunk
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+33
−0
Open
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
c8f6d4a
Add contributing guidelines to CONTRIBUTING.md
theaminuli 36607e5
Remove duplicate thank you message in CONTRIBUTING.md
theaminuli 0a9f959
Revise contributing guidelines and links
theaminuli f7738fd
Refactor contributing guidelines for clarity
theaminuli 0238146
Merge branch 'trunk' into patch-1
theaminuli 3f34a6c
Clean up duplicate “Reporting bugs” links
theaminuli d13fcfa
Update code-contribution links in documentation
theaminuli b1d8d49
Correct Documentation section URLs in docs
theaminuli 682160c
Fix grammar in quickstart guides heading
theaminuli 33a5851
Fix spacing in contribution copyright notice
theaminuli cb3309e
Correct formatting of Coding Standards reference
theaminuli e798d46
Add connection details for Playground team on Slack
theaminuli File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| # Contributing Guidelines | ||
|
|
||
| Welcome to the **WordPress Playground** project! 🎉 | ||
| Playground brings WordPress to the browser through WebAssembly — a place where anyone can experiment, test, and build with WordPress instantly. We’re excited to have you here, and everyone is welcome to contribute. | ||
|
|
||
| --- | ||
|
|
||
| ## 💡 How Can I Contribute? | ||
|
|
||
| WordPress Playground is an open-source project and welcomes all contributors from code to design, and from documentation to triage. If the feature you need is missing, you are more than welcome to start a discussion, open an issue, and even propose a Pull Request to implement it. | ||
|
|
||
| Here are a few quickstart guides to get you started: | ||
|
|
||
| - Code contributions – see the [developer section](https://wordpress.github.io/wordpress-playground/contributing/code/). | ||
| - Documentation – see the [documentation section](https://wordpress.github.io/wordpress-playground/contributing/documentation). | ||
| - Triage – see the [triage section](https://wordpress.github.io/wordpress-playground/contributing/#triaging-issues). | ||
| - Contributions to translations – see the [translations section](https://wordpress.github.io/wordpress-playground/contributing/translations). | ||
| - Reporting bugs – open an [issue](https://github.com/WordPress/wordpress-playground/issues/new/choose) in the repository. | ||
| - Ideas, designs or anything else – open a [GitHub discussion](https://github.com/WordPress/wordpress-playground/discussions) and let's talk! | ||
| - Connect with the Playground team at [`#playground` channel on WordPress Slack](https://wordpress.slack.com/archives/C04EWKGDJ0K) | ||
|
|
||
| --- | ||
|
|
||
| ## 🧭 Guidelines | ||
| - As with all WordPress projects, we’re committed to a **welcoming, inclusive, and respectful environment** for everyone. Please follow our [Code of Conduct](https://make.wordpress.org/handbook/community-code-of-conduct/). | ||
| - Before submitting a pull request, review the [repository management and pull request best practices](https://wordpress.github.io/wordpress-playground/contributing/code), and follow the WordPress Playground coding and accessibility standards. | ||
| - [WordPress Coding Standards](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/) | ||
| - **Maintain compatibility:** If your changes affect shared functions, modules, or APIs, ensure they don’t break existing Playground environments or integrations. | ||
| - You maintain copyright over your contributions. By submitting a pull request, you agree to release your code under [Playground’s License](/LICENSE.md). | ||
|
|
||
| --- | ||
|
|
||
| Thank you for contributing to WordPress Playground! 💙 | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.