Skip to content

Commit e9c6600

Browse files
authored
Update README.md
1 parent fbf7f1b commit e9c6600

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<img width=200px height=200px src="https://github.com/AlexSkrypnyk/drupal_extension_scaffold/assets/378794/31658686-7a8a-4203-9c8b-a8bc0b99f002" alt="Drupal extension scaffold"></a>
44
</p>
55

6-
<h1 align="center">Drupal extension scaffold</h1>
6+
<h1 align="center">Drupal extension template with CI integration and mirroring to Drupal.org</h1>
77

88
<div align="center">
99

@@ -23,29 +23,23 @@
2323

2424
---
2525

26-
<p align="center">Drupal extension template for development and testing in CI of your choice with mirroring to Drupal.org</p>
27-
2826
## Use case
2927

30-
Perform extension development in GitHub with testing in CI, and push code
31-
committed only to the main branches (`1.x`, `2.x` etc.)
32-
to [drupal.org](https://drupal.org).
28+
Develop a module or theme on GitHub, test in GitHub Actions or CircleCI, and push the code to [drupal.org](https://drupal.org).
3329

3430
## Features
3531

3632
- Turnkey CI configuration with artifacts and test results support.
3733
- PHP version matrix for [8.2](https://www.php.net/supported-versions.php), [8.3](https://www.php.net/supported-versions.php).
38-
- Drupal version matrix: `stable`, `next` and `last EOL` version.
39-
- CI providers:
40-
- [GitHub Actions](.github/workflows/test.yml)
41-
- [CircleCI](.circleci/config.yml)
34+
- Drupal version matrix: `stable`, `next` and `legacy` version.
35+
- CI providers: [GitHub Actions](.github/workflows/test.yml) and [CircleCI](.circleci/config.yml)
4236
- Tools:
4337
- Develop locally using PHP running on your host using
4438
identical [`.devtools`](.devtools) scripts as in CI.
4539
- Uses [drupal-composer/drupal-project](https://github.com/drupal-composer/drupal-project)
4640
to create drupal site structure. Providing a custom fork of `drupal-project` is also supported.
4741
- Additional development dependenices provided in [`composer.dev.json`](composer.dev.json). These are merged during the codebase build.
48-
- The extension can installed as a module or a theme: modify `type` property set in the `info.yml` file.
42+
- The extension can be installed as a module or a theme: modify `type` property set in the `info.yml` file.
4943
- Additional dependencies can be added for integration testing
5044
between extensions: add dependency into [`suggest`](composer.json#L25) section
5145
of `composer.json`.

0 commit comments

Comments
 (0)