-
Notifications
You must be signed in to change notification settings - Fork 2k
docs(readme): revamp overview, quick start, and contribution links #9800
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: develop
Are you sure you want to change the base?
Conversation
|
Hi there, Richin! 👋 Thank you for sending this PR! We expect the following in all Pull Requests (PRs).
Important We expect all code changes or bug-fixes to be accompanied by one or more tests added to our test suite to prove the code works. If pull requests do not comply with the above, they will likely be closed. Since we are a team of volunteers, we don't have any more time to work See https://github.com/codeigniter4/CodeIgniter4/blob/develop/contributing/pull_request.md Sincerely, the mergeable bot 🤖 |
fc78b2b to
0717678
Compare
| [](https://github.com/codeigniter4/CodeIgniter4/actions/workflows/test-phpstan.yml) | ||
| [](https://github.com/codeigniter4/CodeIgniter4/actions/workflows/test-psalm.yml) | ||
| [](https://coveralls.io/github/codeigniter4/CodeIgniter4?branch=develop) | ||
| [](https://packagist.org/packages/codeigniter4/framework) | ||
| [](https://packagist.org/packages/codeigniter4/framework) | ||
| [](https://packagist.org/packages/codeigniter4/framework) | ||
| [](https://github.com/codeigniter4/CodeIgniter4/blob/develop/LICENSE) | ||
| [](https://github.com/codeigniter4/CodeIgniter4/pulls) |
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.
Why do you remove these badges?
| 1. **Clone and install dependencies** | ||
| ```bash | ||
| git clone https://github.com/codeigniter4/CodeIgniter4.git | ||
| cd CodeIgniter4 | ||
| composer install | ||
| ``` |
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.
This step is for contributors only to the framework development. As such, this is not the go to way of installing this.
|
Please be aware that you are editing the README applicable for the development repository. If you are intending to revamp the README for the framework, you might want to go to |
Rewrite README.md to provide a clearer overview of CodeIgniter 4, including key framework features, requirements, and community resources.
Add a pragmatic quick-start section with Windows-specific notes, highlight common spark/Composer workflows, and outline the project structure so newcomers can get productive quickly.
Clarify contribution and security guidance by linking to the relevant docs.
Checklist: