mirror of
https://github.com/got-feedBack/feedBack.git
synced 2026-09-13 16:30:09 +00:00
chore: address pre-PR review findings
Signed-off-by: barlind <tobias@barlind.se>
This commit is contained in:
@@ -23,7 +23,7 @@ Thanks for the PR! A few quick reminders before you hit submit:
|
||||
- [ ] `npm run test:js` passes locally
|
||||
- [ ] `npm test` (Playwright) passes locally — *or* CI will run it
|
||||
- [ ] Verified in `docker compose up` (live-reload working directory)
|
||||
- [ ] Plugin manifest validates against `schema/plugin.schema.json` (legacy fields + capability metadata)
|
||||
- [ ] Plugin manifest validates against `schema/plugin.schema.json` (including capability metadata)
|
||||
- [ ] Not applicable — explain below
|
||||
|
||||
## Screenshots / recordings
|
||||
|
||||
@@ -5,16 +5,24 @@ on:
|
||||
branches: [main]
|
||||
paths:
|
||||
- 'plugins/**/plugin.json'
|
||||
- 'plugins/__init__.py'
|
||||
- 'schema/plugin.schema.json'
|
||||
- 'docs/plugin-manifest.schema.json'
|
||||
- 'static/capabilities.js'
|
||||
- 'CONTRIBUTING.md'
|
||||
- 'requirements-test.txt'
|
||||
- 'tests/test_plugin_schema.py'
|
||||
- '.github/workflows/validate-plugins.yml'
|
||||
pull_request:
|
||||
branches: [main]
|
||||
paths:
|
||||
- 'plugins/**/plugin.json'
|
||||
- 'plugins/__init__.py'
|
||||
- 'schema/plugin.schema.json'
|
||||
- 'docs/plugin-manifest.schema.json'
|
||||
- 'static/capabilities.js'
|
||||
- 'CONTRIBUTING.md'
|
||||
- 'requirements-test.txt'
|
||||
- 'tests/test_plugin_schema.py'
|
||||
- '.github/workflows/validate-plugins.yml'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user