docs: add Discord and bug report links to README and issue templates - #798
Merged
Conversation
- Add Discord channel and Report a Bug links to top README.md navigation bar - Add Discord community link to Support the project section in README.md - Add Discord contact link in .github/ISSUE_TEMPLATE/config.yml - Update Discord community invite in SECURITY.md and sqlite_recovery_server.py
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.
Problem
Users and evaluators navigating the README or looking for community support and bug reporting channels lacked quick-access links in the header navigation bar.
Solution
https://discord.gg/uFgha7Kb6n) and Report a Bug (https://github.com/dannyvfilms/Floppy/issues) links to the top navigation bar inREADME.md.README.md..github/ISSUE_TEMPLATE/config.ymlfor issue chooser routing.SECURITY.md,src/config/sqlite_recovery_server.py, and its tests.Validation
SECRET=test-only scripts/test.sh config.tests.test_sqlite_recovery_server(27/27 passed)uv run --no-sync ruff check src(0 issues)AI Assistance
Generated with Gemini (Gemini 3.7 Flash).