- Issue created by @ronaldtebrake
In
✨
Implement automatic community guidelines detection and merging system
Active
we built a way to merge community guidelines with our own guidelines.
Right now we've chosen to use surge-guidelines
as directory, where we merge any markdown files in to the rules file we generate for
✨
Interactively install & configure AI coding standards
Active
Create a surge-guidelines
directory in one of your modules and add some markdown files in there,
Require drupal/surge
, run composer surge-scan
and you'll see that it scans paths and finds the markdown file, and merges that in to a community standards option.
Ideally we have a better Drupal AI friendly way for this.
Maybe just a single file, or a better directory approach.
Active
1.0
Code