You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
20
-**Stale cleanup workflow** — added `.github/workflows/stale-cleanup.yml` to clean up inactive issues and pull requests
21
21
-**CodeQL workflow** — introduced `.github/workflows/codeql.yml` and enabled `develop` branch triggers
22
22
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
+
23
34
### Changed
24
35
25
36
#### SMTP Server
@@ -29,6 +40,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
29
40
#### Documentation
30
41
-**SMTP docs refreshed for monorepo paths** — clone/build/deployment documentation now references `NodeByteLTD/ByteSend` and `apps/smtp-server` paths throughout
31
42
-**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
32
51
33
52
#### Workflows
34
53
-**PR labeling workflow rename** — renamed the workflow file to `label-prs.yml`
0 commit comments