-
-
Notifications
You must be signed in to change notification settings - Fork 16
Add GhostBSD versioning guide and src maintenance documentation #90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Add comprehensive GhostBSD Versioning Guide covering release numbering, version schemes, and release cycle management - Add maintaining GhostBSD src from FreeBSD src documentation with merge procedures and conflict resolution - Create maintenance-release/ section for release management documentation - Restructure contributor docs into logical sections: - code/ for development and setup - community/ for user support and engagement - documentation/ for writing and editing guides - maintenance-release/ for release and maintenance processes - Move existing files to new structure and update cross-references - Remove duplicate content (merged get-involved into getting-started)
Reviewer's GuideThis PR introduces a dedicated maintenance-release section with detailed versioning and src‐maintenance guides, reorganizes contributor documentation into clear thematic directories, refines Sphinx configuration and dependencies, and significantly enhances dark mode CSS styling. Flow diagram for GhostBSD src maintenance process (new documentation)flowchart TD
A[Clone ghostbsd-src repo]
B[Add freebsd-src as remote]
C[Update main branch]
D[Create merge branch]
E[Merge from FreeBSD branch]
F[Resolve conflicts]
G[Test build]
H[Push merge branch]
I[Create PR to main/stable/releng]
A --> B --> C --> D --> E --> F --> G --> H --> I
Flow diagram for GhostBSD versioning and release process (new documentation)flowchart TD
A[Update to new FreeBSD base]
B[Integrate/test GhostBSD features]
C[Update sys/conf/package-version]
D[Build and test system]
E[Release with new version number]
A --> B --> C --> D --> E
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Deleted outdated "Get Involved" and "Zaangażuj się" contributor pages - Clarified title formatting in "Maintaining GhostBSD Src from FreeBSD Src" doc
- Improved file structure in translation documentation for clarity. - Expanded dark mode CSS with specific rules for headings, links, and syntax highlighting. - Updated `conf.py` to configure `linkify` and added `pygments_style` for syntax highlighting. - Added `sphinx-autobuild` and reorganized requirements in `requirements.txt`.
@sourcery-ai review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @ericbsd - I've reviewed your changes - here's some feedback:
- The new dark_mode.css is quite verbose—consider refactoring duplicate selectors and removing commented‐out rules to improve maintainability.
- After reorganizing the contributor docs, double-check that all internal links and redirects still work so there are no broken references.
- There are multiple 'Getting Started' pages under different sections (general, code, docs); consider consolidating or pointing to a single canonical guide to avoid content duplication.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- The new dark_mode.css is quite verbose—consider refactoring duplicate selectors and removing commented‐out rules to improve maintainability.
- After reorganizing the contributor docs, double-check that all internal links and redirects still work so there are no broken references.
- There are multiple 'Getting Started' pages under different sections (general, code, docs); consider consolidating or pointing to a single canonical guide to avoid content duplication.
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Summary by Sourcery
Reorganize and expand GhostBSD contributor docs by adding versioning and src maintenance guides, restructuring sections, refining dark mode styling, and updating build dependencies and Sphinx configuration.
New Features:
Enhancements:
Build:
Chores: