-
Notifications
You must be signed in to change notification settings - Fork 16
Adding Maintaining GhostBSD Ports from FreeBSD Ports
#85
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
Reviewer's Guide by SourceryThis pull request adds documentation for maintaining GhostBSD ports in sync with FreeBSD ports, updates documentation index files, and improves the documentation configuration. Flow diagram for maintaining GhostBSD portsgraph LR
A[Clone GhostBSD ports] --> B(Add FreeBSD remote)
B --> C{Fetch FreeBSD changes}
C --> D{Merge FreeBSD/master}
D -- Conflicts? --> E{Resolve conflicts}
D -- No conflicts --> F{Test ports tree}
E --> F
F --> G{Commit changes}
G --> H{Push to branch}
H --> I{Submit pull request}
I --> J(Await review and approval)
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.
Hey @ericbsd - I've reviewed your changes - here's some feedback:
Overall Comments:
- Consider adding a brief overview or introduction to the ports contribution documentation to set the context for new contributors.
- In the ports maintenance guide, it might be helpful to include a section on how to handle new ports added in FreeBSD that don't yet exist in GhostBSD.
Here's what I looked at during the review
- 🟡 General issues: 1 issue found
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Summary by Sourcery
Add documentation for maintaining GhostBSD ports in sync with FreeBSD ports, including a comprehensive guide for contributors on how to update and manage the ports tree.
New Features:
Enhancements:
Documentation:
Chores: