@@ -10,13 +10,13 @@ Domain module for Drupal port to Drupal 8, under active development.
Domain required Drupal 8.5 or higher.
Active branch is the 8-x.1-x branch in GitHub. Begin any forks from there.
Active branch is the [8-x.1-x branch in GitLab](https://git.drupalcode.org/project/domain). Begin any forks from there. The GitHub repository is no longer an active fork.
The underlying API is stable, and it's currently usable for access control.
The configuration supports manual editing. Themes should work. Views and Bulk
Operations are not yet supported.
For a complete feature status list, see [CHANGELOG.md](https://github.com/agentrickard/domain/blob/8.x-1.x/CHANGELOG.md)
For a complete feature status list, see [CHANGELOG.md](https://git.drupalcode.org/project/domain/blob/8.x-1.x/CHANGELOG.md)
Included modules
-------
...
...
@@ -184,37 +184,14 @@ For developers, see also the information in the Domain Alias README.
Contributing
====
If you'd like to contribute, please do. Github forks and pull requests are preferable.
If you prefer a patch-based workflow, you can attach patches to GitHub issues or Drupal.org
issues. If you open a Drupal.org issue, please link to it from the appropriate GitHub
issue.
The GitHub issues are grouped under three milestones:
1. Alpha -- items required for a test release. When this is complete, we will roll an
alpha1 release on Drupal.org.
2. Beta -- items considered critical features for a release. When complete, we will roll
a beta release on Drupal.org.
3. Final -- items required for a stable, secure release on Drupal.org.
We would like to tackle issues in that order, but feel free to work on what motivates you.