[PR #758] [CLOSED] Proposal: Format all the things #1409

Closed
opened 2026-05-07 01:01:58 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/758
Author: @nimbleghost
Created: 5/31/2023
Status: Closed

Base: mainHead: format-all-the-things


📝 Commits (3)

  • 4d40de5 Use prettier to format other files
  • c1ff20f Run prettier on all the things
  • 9eb9719 Add to .git-blame-ignore-revs

📊 Changes

44 files changed (+2866 additions, -2230 deletions)

View changed files

.editorconfig (+6 -0)
📝 .git-blame-ignore-revs (+3 -0)
📝 .github/ISSUE_TEMPLATE/1_bug_report.md (+9 -6)
📝 .github/ISSUE_TEMPLATE/2_enhancement_request.md (+5 -5)
📝 .github/ISSUE_TEMPLATE/3_tech_support.md (+5 -7)
📝 .github/ISSUE_TEMPLATE/4_question.md (+4 -4)
📝 .github/workflows/build.yaml (+10 -16)
📝 .github/workflows/docs.yaml (+5 -10)
📝 .github/workflows/release.yaml (+12 -19)
📝 .github/workflows/test.yaml (+13 -22)
📝 .gitignore (+0 -1)
📝 .gitpod.yml (+1 -1)
📝 .goreleaser.yml (+18 -29)
.prettierignore (+6 -0)
.vscode/extensions.json (+7 -0)
.vscode/settings.json (+7 -0)
📝 CODE_OF_CONDUCT.md (+11 -12)
📝 Makefile (+9 -1)
📝 README.md (+43 -34)
📝 docker-compose.yml (+1 -2)

...and 24 more files

📄 Description

I also don't like crafting Markdown manually without Prettier :D What do you think?

(for easy review please look at the commits individually)


🔄 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/binwiederhier/ntfy/pull/758 **Author:** [@nimbleghost](https://github.com/nimbleghost) **Created:** 5/31/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `format-all-the-things` --- ### 📝 Commits (3) - [`4d40de5`](https://github.com/binwiederhier/ntfy/commit/4d40de58fce4e18857d4c7b88f1181e8a00e17e4) Use prettier to format other files - [`c1ff20f`](https://github.com/binwiederhier/ntfy/commit/c1ff20f5be4fc0928ab027ec60e97e5b12aa5cd9) Run prettier on all the things - [`9eb9719`](https://github.com/binwiederhier/ntfy/commit/9eb97192399637c599b25e2349c64028419c014e) Add to .git-blame-ignore-revs ### 📊 Changes **44 files changed** (+2866 additions, -2230 deletions) <details> <summary>View changed files</summary> ➕ `.editorconfig` (+6 -0) 📝 `.git-blame-ignore-revs` (+3 -0) 📝 `.github/ISSUE_TEMPLATE/1_bug_report.md` (+9 -6) 📝 `.github/ISSUE_TEMPLATE/2_enhancement_request.md` (+5 -5) 📝 `.github/ISSUE_TEMPLATE/3_tech_support.md` (+5 -7) 📝 `.github/ISSUE_TEMPLATE/4_question.md` (+4 -4) 📝 `.github/workflows/build.yaml` (+10 -16) 📝 `.github/workflows/docs.yaml` (+5 -10) 📝 `.github/workflows/release.yaml` (+12 -19) 📝 `.github/workflows/test.yaml` (+13 -22) 📝 `.gitignore` (+0 -1) 📝 `.gitpod.yml` (+1 -1) 📝 `.goreleaser.yml` (+18 -29) ➕ `.prettierignore` (+6 -0) ➕ `.vscode/extensions.json` (+7 -0) ➕ `.vscode/settings.json` (+7 -0) 📝 `CODE_OF_CONDUCT.md` (+11 -12) 📝 `Makefile` (+9 -1) 📝 `README.md` (+43 -34) 📝 `docker-compose.yml` (+1 -2) _...and 24 more files_ </details> ### 📄 Description I also don't like crafting Markdown manually without Prettier :D What do you think? (for easy review please look at the commits individually) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 01:01:58 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy#1409
No description provided.