Skip to content

Commit 58d532e

Browse files
committed
Aplly more suggestions.
1 parent 53d3b97 commit 58d532e

File tree

5 files changed

+12
-148
lines changed

5 files changed

+12
-148
lines changed

.github/CONTRIBUTING.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ git checkout -b feature/your-feature-name
4747

4848
- Follow WordPress Coding Standards
4949
- Use PHP CodeSniffer and ESLint (included in dev dependencies)
50+
- Keep inline documentation up to date
51+
- Follow PHPDoc standards for new code
5052
- Run code quality checks before submitting:
5153

5254
```bash
@@ -55,6 +57,10 @@ composer stan # Static analysis
5557
composer test # Run PHPUnit tests
5658
```
5759

60+
## License
61+
62+
By contributing to Polylang, you agree that your contributions will be licensed under the GPL-3.0 License.
63+
5864
## Pull Request Guidelines
5965

6066
1. Provide a clear and concise description
@@ -68,16 +74,3 @@ composer test # Run PHPUnit tests
6874
- Specify your WordPress and Polylang versions
6975
- Specify third party names and versions if applicable
7076
- Include relevant error messages and screenshots
71-
72-
## Documentation
73-
74-
- Keep inline documentation up to date
75-
- Follow PHPDoc standards for new code
76-
77-
## Questions?
78-
79-
- For general purpose questions, feel free to contact us at our [helpdesk](https://polylang.pro/support/) (premium support only).
80-
81-
## License
82-
83-
By contributing to Polylang, you agree that your contributions will be licensed under the GPL-3.0 License.

.github/SUPPORT.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Support
22

33
GitHub issues are meant for enhancement requests and specific, reproducible bugs, not for general support questions.
4-
We provide a premium support through our paid plugins, please visit our [website](https://polylang.pro/support/).
4+
Community support is available on WoredPress [forum](https://wordpress.org/support/plugin/polylang/).
5+
Also, we provide premium support through our paid plugins, please visit our [website](https://polylang.pro/support/).

assets/banner-772x250.png

-8.79 KB
Binary file not shown.

assets/polylang-logo.svg

Lines changed: 0 additions & 128 deletions
This file was deleted.

profile/README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
# Welcome to Polylang 👋
22

3-
![Polylang Logo](../assets/banner-772x250.png)
4-
53
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.
64

75
## 🌍 About Us
86

97
We believe in making multilingual WordPress sites accessible to everyone. Our solutions include:
108

11-
- **Polylang**: Our free WordPress plugin for basic multilingual needs
12-
- **Polylang Pro**: Advanced features for professional websites
13-
- **Polylang for WooCommerce**: Complete solution for multilingual e-commerce
9+
- **Polylang**: Our free WordPress plugin for basic multilingual needs, [see](https://polylang.pro/downloads/polylang/).
10+
- **Polylang Pro**: Advanced features for professional websites, [see](https://polylang.pro/downloads/polylang-pro/).
11+
- **Polylang for WooCommerce**: Complete solution for multilingual e-commerce, [see](https://polylang.pro/downloads/polylang-for-woocommerce/).
1412

1513
## 📦 Our Main Repositories
1614

@@ -36,7 +34,7 @@ We welcome contributions from the community! Whether it's:
3634
- 📖 Documentation improvements
3735
- 🔧 Code contributions
3836

39-
Please check our contribution guidelines before submitting your pull request.
37+
Please check our contribution [guidelines](../.github/CONTRIBUTING.md) before submitting your pull request.
4038

4139
## 📊 Stats
4240

0 commit comments

Comments
 (0)