Skip to content

chore(WI-000792): Expand README.md in wiki#17

Open
Talleyrand333 wants to merge 2 commits into
stagingfrom
WI-000792
Open

chore(WI-000792): Expand README.md in wiki#17
Talleyrand333 wants to merge 2 commits into
stagingfrom
WI-000792

Conversation

@Talleyrand333

Copy link
Copy Markdown
Contributor

Developer tooling alignment for Frappe v15.

Task: WI-000792

Add comprehensive sections to README:
- Testing: How to run tests with examples
- CI/CD: Information about GitHub Actions
- Support: Where to get help

Task: WI-000792
Copilot AI review requested due to automatic review settings May 14, 2026 14:05

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the repository documentation to align developer tooling guidance with the stated goal of supporting Frappe v15, by adding sections describing how to run tests and what CI/CD tooling is expected.

Changes:

  • Added a Testing section describing how to run Frappe tests (including coverage).
  • Added a CI/CD section listing expected GitHub Actions workflows and coverage reporting expectations.
  • Added a Support section with links for issues, developer documentation, and community support.
Comments suppressed due to low confidence (2)

README.md:74

  • The CI/CD section references workflows (test-on-pr.yml, linters.yml) and Codecov/coverage-threshold behavior, but the repo currently only has .github/workflows/deploy-staging.yml and deploy-test-production.yml and no Codecov config. Please either update these bullets to the actual workflow files/tooling in this repo or add the missing workflows/config so the README stays accurate.
GitHub Actions workflows:
- `test-on-pr.yml` - Runs tests on every PR with coverage reporting
- `linters.yml` - Code quality checks (Semgrep, pip-audit, pre-commit)
- Coverage threshold: 30%
- Codecov integration for coverage reports

README.md:80

  • AGENTS.md is referenced here as the developer guide, but that file does not exist in the repository. Please add it or link to the correct existing developer documentation file/path.
- GitHub Issues: Report bugs and feature requests
- Documentation: See AGENTS.md for developer guide
- Frappe Forum: General Frappe/ERPNext questions

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md Outdated
Comment on lines +61 to +62
# Run specific test file
bench --site sitename run-tests --doctype Wiki Page
@Talleyrand333 Talleyrand333 removed the request for review from yusuffGoodie May 20, 2026 16:27
@Talleyrand333 Talleyrand333 changed the title chore(WI-000792): developer tooling alignment chore(WI-000792): Expand README.md in wiki May 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants