docs: remove reddit community links - #539
Merged
Merged
Conversation
Greptile SummaryRemoves references to the FloPOS Reddit community while preserving the repository’s GitHub-based support channels.
Confidence Score: 5/5The PR appears safe to merge with no actionable issues identified. The changes cleanly remove Reddit references, preserve the remaining support routes, and leave the affected Markdown and YAML well-formed.
|
| Filename | Overview |
|---|---|
| .github/ISSUE_TEMPLATE/config.yml | Removes the Reddit community contact while retaining documentation, GitHub Discussions, and private security-reporting routes. |
| CONTRIBUTING.md | Directs operator and general questions exclusively to GitHub Discussions. |
| README.md | Removes both README references to the Reddit community without disrupting surrounding Markdown or links. |
Reviews (1): Last reviewed commit: "docs: remove reddit community links" | Re-trigger Greptile
vjku
added a commit
to vjku/FloCafePrivateCloud
that referenced
this pull request
Aug 28, 2026
docs: remove reddit community links (FreeOpenSourcePOS#539) docs: document server app port configuration and fallback guidance (FreeOpenSourcePOS#540)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related work
Issue / Discussion: None (documentation update)
Summary
Removed links and references to the Reddit community (
r/FloPOS) across the repository:README.md: Removed top navigation link and community discussion entry under Help & documentation.CONTRIBUTING.md: Removed Reddit link under Getting help..github/ISSUE_TEMPLATE/config.yml: Removed Reddit community support contact link.Scope
Code and functional logic are untouched; this change only touches documentation and issue template contact links.
Verification
Commands run:
git diff --checknpm run lintResults:
git diff --checkpassed cleanly (exit code 0).npm run lintpassed with 0 errors.Compatibility & data safety
Contributor checklist