Skip to content

Commit 4cc6ea8

Browse files
committed
updated changelog
1 parent c436981 commit 4cc6ea8

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
- **Stale cleanup workflow** — added `.github/workflows/stale-cleanup.yml` to clean up inactive issues and pull requests
2121
- **CodeQL workflow** — introduced `.github/workflows/codeql.yml` and enabled `develop` branch triggers
2222

23+
#### Community / Governance
24+
- **Repository security policy** — added root `SECURITY.md` with supported versions, private reporting process, and response expectations
25+
- **Code of Conduct** — added root `CODE_OF_CONDUCT.md` (Contributor Covenant v2.1)
26+
- **Contributing guide** — added root `CONTRIBUTING.md` with development workflow, PR expectations, and testing checklist
27+
- **Support guide** — added root `SUPPORT.md` with support channels and security-report routing
28+
29+
#### GitHub Templates
30+
- **PR template** — added `.github/PULL_REQUEST_TEMPLATE.md` to standardize change summaries, testing notes, and release-impact checks
31+
- **Issue template config** — added `.github/ISSUE_TEMPLATE/config.yml` with contact links and blank-issue controls
32+
- **New issue forms** — added `.github/ISSUE_TEMPLATE/feature.yml` and `.github/ISSUE_TEMPLATE/docs.yml`
33+
2334
### Changed
2435

2536
#### SMTP Server
@@ -29,6 +40,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2940
#### Documentation
3041
- **SMTP docs refreshed for monorepo paths** — clone/build/deployment documentation now references `NodeByteLTD/ByteSend` and `apps/smtp-server` paths throughout
3142
- **SMTP quickstart clarified** — get-started docs now direct users to use their configured SMTP username (default `bytesend`) rather than implying only a fixed username
43+
- **Core docs/readme refresh** — updated main README and docs navigation/content pages for current monorepo structure and self-hosting guidance (`apps/docs/README.md`, `apps/docs/docs.json`, local/docker/self-hosting guide pages)
44+
45+
#### References
46+
- **Internal references expanded** — added `.references/README.md`, `smtp-auth-and-operations.md`, `release-playbook.md`, and `repository-governance.md`
47+
- **Webhook reference improvements** — expanded `.references/webhook-architecture.md` with operations checklist, common failure modes, and change-safety notes
48+
49+
#### GitHub Templates
50+
- **Issue form upgrades** — revamped bug/marketing/SMTP templates with clearer triage metadata, reproducibility fields, and validation checkboxes
3251

3352
#### Workflows
3453
- **PR labeling workflow rename** — renamed the workflow file to `label-prs.yml`

0 commit comments

Comments
 (0)