[PR #6029] [MERGED] 📑 merge actualbudget/docs into main repo #55582

Closed
opened 2026-05-01 02:37:16 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/6029
Author: @matt-fidd
Created: 10/30/2025
Status: Merged
Merged: 11/8/2025
Merged by: @matt-fidd

Base: masterHead: docs


📝 Commits (10+)

📊 Changes

592 files changed (+41537 additions, -9789 deletions)

View changed files

📝 .prettierignore (+3 -0)
📝 eslint.config.mjs (+3 -0)
📝 package.json (+2 -0)
packages/docs/.editorconfig (+11 -0)
packages/docs/.github/ISSUE_TEMPLATE/DOCUMENTATION.yml (+40 -0)
packages/docs/.github/ISSUE_TEMPLATE/IMPROVEMENT.yml (+21 -0)
packages/docs/.github/ISSUE_TEMPLATE/bug-report.yml (+58 -0)
packages/docs/.github/ISSUE_TEMPLATE/change-request.yml (+21 -0)
packages/docs/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md (+2 -0)
packages/docs/.github/actions/spelling/README.md (+17 -0)
packages/docs/.github/actions/spelling/advice.md (+26 -0)
packages/docs/.github/actions/spelling/allow/contributers.txt (+8 -0)
packages/docs/.github/actions/spelling/allow/keywords.txt (+144 -0)
packages/docs/.github/actions/spelling/excludes.txt (+75 -0)
packages/docs/.github/actions/spelling/expect.txt (+150 -0)
packages/docs/.github/actions/spelling/line_forbidden.patterns (+62 -0)
packages/docs/.github/actions/spelling/patterns.txt (+81 -0)
packages/docs/.github/actions/spelling/reject.txt (+10 -0)
packages/docs/.github/workflows/spelling.yml (+153 -0)
packages/docs/.github/workflows/stale.yml (+23 -0)

...and 80 more files

📄 Description

This is something we've talked about and considered for a while, but not come to a full conclusion on - at least, not that I can remember. I thought getting a PR together makes it easier for a yes/no vote, so, here it is!

I've taken the same approach as Mike did with the server merge and brought all of the history over. There will need to be a cleanup PR after this one to deduplicate config files, integrate github workflows and then when we're ready we can change netlify to point here for the website, but I've left that out of this PR to make the review easier.

(maintainers with edit access, feel free to add to the below)

Pros:

  • Easier to review docs PRs and see issues, won't be missed if the other repo is not checked
  • Keeps code and docs changes in the same PR
  • We can increase release automation even more, adding the blog posts when the PR is generated

Cons:

  • Lose the separation and less control over when public docs pages are updated
  • Possibility to clog up main repo issues with docs ones, although we can look at ways of managing those

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/6029 **Author:** [@matt-fidd](https://github.com/matt-fidd) **Created:** 10/30/2025 **Status:** ✅ Merged **Merged:** 11/8/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `docs` --- ### 📝 Commits (10+) - [`31d2d2c`](https://github.com/actualbudget/actual/commit/31d2d2cdfcd44df62acd05dabf6214eb7dc6abf3) Update modify-transfers.md (#539) - [`5a43fb5`](https://github.com/actualbudget/actual/commit/5a43fb572ff9aeb924aadb4c4138562cd6259d51) Update simplefin.md (#538) - [`d288d46`](https://github.com/actualbudget/actual/commit/d288d461dc83431587b57bacb4c992e925a3542c) Update bulk-editing.md (#537) - [`eb60cc8`](https://github.com/actualbudget/actual/commit/eb60cc8c5be91fe4a03ff85591e02374fd974006) Update payees.md (#536) - [`0aa163f`](https://github.com/actualbudget/actual/commit/0aa163f329b01d7965d40b06c339bba769b2fe6c) Update reconciliation.md (#535) - [`2e9e501`](https://github.com/actualbudget/actual/commit/2e9e5017fefc180f3effd4981f84bf067234d11d) Update categories.md (#524) - [`4501211`](https://github.com/actualbudget/actual/commit/45012111251f5143ac8805fd1b3dab6feded24f6) Update reverse-proxies.md (#523) - [`f16e539`](https://github.com/actualbudget/actual/commit/f16e5392354d455e511c544087bc6e5e02b42e6b) adds hint for missing date formats (#497) - [`b65fc30`](https://github.com/actualbudget/actual/commit/b65fc30ede258073e7df1fec713c1bd798b69fe4) Update importing.md (#534) - [`d4bb3d0`](https://github.com/actualbudget/actual/commit/d4bb3d043ce6fa666572e5fb03c6cf7ca618b9c8) Update custom-reports.md (#541) ### 📊 Changes **592 files changed** (+41537 additions, -9789 deletions) <details> <summary>View changed files</summary> 📝 `.prettierignore` (+3 -0) 📝 `eslint.config.mjs` (+3 -0) 📝 `package.json` (+2 -0) ➕ `packages/docs/.editorconfig` (+11 -0) ➕ `packages/docs/.github/ISSUE_TEMPLATE/DOCUMENTATION.yml` (+40 -0) ➕ `packages/docs/.github/ISSUE_TEMPLATE/IMPROVEMENT.yml` (+21 -0) ➕ `packages/docs/.github/ISSUE_TEMPLATE/bug-report.yml` (+58 -0) ➕ `packages/docs/.github/ISSUE_TEMPLATE/change-request.yml` (+21 -0) ➕ `packages/docs/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md` (+2 -0) ➕ `packages/docs/.github/actions/spelling/README.md` (+17 -0) ➕ `packages/docs/.github/actions/spelling/advice.md` (+26 -0) ➕ `packages/docs/.github/actions/spelling/allow/contributers.txt` (+8 -0) ➕ `packages/docs/.github/actions/spelling/allow/keywords.txt` (+144 -0) ➕ `packages/docs/.github/actions/spelling/excludes.txt` (+75 -0) ➕ `packages/docs/.github/actions/spelling/expect.txt` (+150 -0) ➕ `packages/docs/.github/actions/spelling/line_forbidden.patterns` (+62 -0) ➕ `packages/docs/.github/actions/spelling/patterns.txt` (+81 -0) ➕ `packages/docs/.github/actions/spelling/reject.txt` (+10 -0) ➕ `packages/docs/.github/workflows/spelling.yml` (+153 -0) ➕ `packages/docs/.github/workflows/stale.yml` (+23 -0) _...and 80 more files_ </details> ### 📄 Description This is something we've talked about and considered for a while, but not come to a full conclusion on - at least, not that I can remember. I thought getting a PR together makes it easier for a yes/no vote, so, here it is! I've taken the same approach as Mike did with the server merge and brought all of the history over. There will need to be a cleanup PR after this one to deduplicate config files, integrate github workflows and then when we're ready we can change netlify to point here for the website, but I've left that out of this PR to make the review easier. (maintainers with edit access, feel free to add to the below) Pros: - Easier to review docs PRs and see issues, won't be missed if the other repo is not checked - Keeps code and docs changes in the same PR - We can increase release automation even more, adding the blog posts when the PR is generated Cons: - Lose the separation and less control over when public docs pages are updated - Possibility to clog up main repo issues with docs ones, although we can look at ways of managing those --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-01 02:37:17 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#55582