Impeccable
This commit is contained in:
39
.github/pull_request_template.md
vendored
Normal file
39
.github/pull_request_template.md
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
## Summary
|
||||
|
||||
-
|
||||
|
||||
## Change Type
|
||||
|
||||
- [ ] QRMaster SEO page
|
||||
- [ ] QRMaster landing/tool page
|
||||
- [ ] QRMaster conversion/pricing change
|
||||
- [ ] GreenLens content/ASO workflow
|
||||
- [ ] Bug fix
|
||||
- [ ] Other
|
||||
|
||||
## SEO / Content Review
|
||||
|
||||
- [ ] Primary search intent is clear.
|
||||
- [ ] Metadata is present and specific.
|
||||
- [ ] Exactly one H1 is rendered for each new or changed page.
|
||||
- [ ] Internal links are added to relevant money pages.
|
||||
- [ ] CTA is specific to the page/use case.
|
||||
- [ ] Duplicate or thin content risk was checked.
|
||||
- [ ] Schema/structured data was added or intentionally skipped.
|
||||
|
||||
## Verification
|
||||
|
||||
- [ ] Build passes.
|
||||
- [ ] Lint passes.
|
||||
- [ ] Links/CTAs checked.
|
||||
- [ ] Screenshots or notes included for UI changes.
|
||||
|
||||
## Codex Review Prompt
|
||||
|
||||
For QRMaster SEO/page changes, run:
|
||||
|
||||
```text
|
||||
Use docs/automations/qrmaster-pr-seo-review.md and review this PR for SEO,
|
||||
conversion, internal linking, duplicate content, schema, and build/lint risk.
|
||||
```
|
||||
|
||||
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -1,6 +1,6 @@
|
||||
name: CI
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -23,4 +23,4 @@ jobs:
|
||||
run: npm run build
|
||||
|
||||
- name: Run linter
|
||||
run: npm run lint
|
||||
run: npm run lint
|
||||
|
||||
Reference in New Issue
Block a user