-
Notifications
You must be signed in to change notification settings - Fork 0
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
Profile org page and contribution files. #1
Open
Hug0-Drelon
wants to merge
6
commits into
main
Choose a base branch
from
profile-and-contribution
base: main
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.
Open
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
4962371
Create a profile readme for the organization.
Hug0-Drelon 5b4030a
Create contribution health files.
Hug0-Drelon a670fed
Add comment about third parties.
Hug0-Drelon 53d3b97
Apply suggestions from code review
Hug0-Drelon 58d532e
Aplly more suggestions.
Hug0-Drelon 5ee6c4b
Apply suggestions from code review
Hug0-Drelon 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 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,76 @@ | ||
# Contributing to Polylang | ||
|
||
Thank you for your interest in contributing to Polylang! This document provides guidelines and information for contributors. | ||
|
||
## Getting Started | ||
|
||
### Prerequisites | ||
|
||
Before you begin, ensure you have: | ||
|
||
1. The latest version of WordPress installed locally | ||
2. Git | ||
3. Node.js (LTS version recommended) | ||
4. Composer | ||
|
||
### Development Setup | ||
|
||
1. Fork the repository on GitHub | ||
2. Clone your fork locally: | ||
|
||
```bash | ||
cd wp-content/plugins | ||
git clone https://github.com/YOUR-USERNAME/polylang.git | ||
cd polylang | ||
``` | ||
|
||
3. Set up development dependencies: | ||
|
||
```bash | ||
composer build | ||
``` | ||
|
||
## Development Workflow | ||
|
||
1. Create a new branch for your feature or fix: | ||
|
||
```bash | ||
git checkout -b feature/your-feature-name | ||
``` | ||
|
||
2. Make your changes following our coding standards | ||
3. Test your changes thoroughly | ||
4. Commit your changes with clear, descriptive messages | ||
5. Push to your fork and submit a pull request | ||
|
||
### Coding Standards | ||
|
||
- Follow WordPress Coding Standards | ||
- Use PHP CodeSniffer and ESLint (included in dev dependencies) | ||
- Keep inline documentation up to date | ||
- Follow PHPDoc standards for new code | ||
- Run code quality checks before submitting: | ||
|
||
```bash | ||
composer cs # Check coding standards | ||
composer stan # Static analysis | ||
composer test # Run PHPUnit tests | ||
``` | ||
|
||
## License | ||
|
||
By contributing to Polylang, you agree that your contributions will be licensed under the GPL-3.0 License. | ||
|
||
## Pull Request Guidelines | ||
|
||
1. Provide a clear and concise description | ||
2. Link any related issues in your pull request description | ||
3. Ensure all tests pass | ||
|
||
## Reporting Issues | ||
|
||
- Use the issue template when creating new issues | ||
- Include detailed steps to reproduce bugs | ||
- Specify your WordPress and Polylang versions | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. May be add optional plugins version (i.e. for compatibility). There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 👍 |
||
- Specify third party names and versions if applicable | ||
- Include relevant error messages and screenshots |
This file contains 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,21 @@ | ||
Thank you for your contribution! | ||
|
||
Before submitting, please ensure: | ||
|
||
- [ ] You've read our [contributing guidelines](./CONTRIBUTING.md) | ||
- [ ] No duplicate pull request exists for this issue | ||
- [ ] You've linked any related issues | ||
- [ ] Your code adheres to our coding standards | ||
- [ ] All tests are passing | ||
|
||
## What? | ||
|
||
*Link any related issues or describe what your changes address* | ||
|
||
## Why? | ||
|
||
*Explain the motivation behind these changes* | ||
|
||
## How? | ||
|
||
*If complex, describe how you implemented the changes* |
This file contains 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,7 @@ | ||
# Reporting Security Issues | ||
|
||
Thanks for wanting to help keep Polylang plugins and add-ons secure! | ||
|
||
Our team takes security bugs seriously. We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions. | ||
|
||
To report a security issue, please visit our [support page](https://polylang.pro/support/) (you may choose "other" as subject of your request). |
This file contains 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,5 @@ | ||
# Support | ||
|
||
GitHub issues are meant for enhancement requests and specific, reproductible bugs, not for general support questions. | ||
Community support is available on WordPress [forum](https://wordpress.org/support/plugin/polylang/). | ||
Also, we provide premium support through our paid plugins, please visit our [website](https://polylang.pro/support/). |
This file contains 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,50 @@ | ||
# Welcome to Polylang 👋 | ||
|
||
Polylang is a powerful WordPress plugin that makes building multilingual websites easy and intuitive. With over 700,000 active installations, we're helping websites around the world connect with their global audience. | ||
|
||
## 🌍 About Us | ||
|
||
We believe in making multilingual WordPress sites accessible to everyone. Our solutions include: | ||
|
||
- **Polylang**: Our free WordPress plugin for basic multilingual needs, [see](https://polylang.pro/downloads/polylang/). | ||
- **Polylang Pro**: Advanced features for professional websites, [see](https://polylang.pro/downloads/polylang-pro/). | ||
- **Polylang for WooCommerce**: Complete solution for multilingual e-commerce, [see](https://polylang.pro/downloads/polylang-for-woocommerce/). | ||
|
||
## 📦 Our Main Repositories | ||
|
||
- [**polylang**](https://github.com/polylang/polylang) - Our flagship WordPress multilingual plugin | ||
- [**polylang-stubs**](https://github.com/polylang/polylang-stubs) - PHP stubs for Polylang and Polyland add-ons development | ||
- [**polylang-phpstan**](https://github.com/polylang/polylang-phpstan) - PHPStan integration for Polylang | ||
- [**wpml-to-polylang**](https://github.com/polylang/wpml-to-polylang) - Migration tool from WPML to Polylang, also found on the WordPress repo ([see](https://wordpress.org/plugins/wpml-to-polylang/)) | ||
- [**FSE Classic Features**](https://github.com/polylang/fse-classic) - Use legacy widgets and menus in the site editor, also found on the WordPress repo ([see](https://wordpress.org/plugins/fse-classic/)) | ||
|
||
## 🔗 Useful Links | ||
|
||
- [Official Website](https://polylang.pro) | ||
- [Documentation](https://polylang.pro/doc/) | ||
- [Support Forum](https://wordpress.org/support/plugin/polylang/) | ||
- [Pro Support](https://polylang.pro/support/) | ||
|
||
## 💡 Contributing | ||
|
||
We welcome contributions from the community! Whether it's: | ||
|
||
- 🐛 Bug reports | ||
- 💬 Feature suggestions | ||
- 📖 Documentation improvements | ||
- 🔧 Code contributions | ||
|
||
Please check our contribution [guidelines](../.github/CONTRIBUTING.md) before submitting your pull request. | ||
|
||
## 📊 Stats | ||
|
||
- 700,000+ Active Installations | ||
- Available in 50+ Languages | ||
- Trusted by businesses worldwide | ||
- 4.7-star ratings from satisfied users | ||
- A small team of 8 people from France | ||
|
||
--- | ||
|
||
<sub>Polylang - Making WordPress Multilingual</sub> | ||
|
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.
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.
Don't we need to update before build?
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.
Composer build does it already.
See https://github.com/polylang/polylang/blob/3.6.5/bin/build.sh