Skip to content

Commit

Permalink
CONTRIBUTING: Explain routes of contributing
Browse files Browse the repository at this point in the history
Attempt to explain the 3 routes the ports project has for contribution.

Reviewed by:		[email protected], mhorne, fernape
Approved by:		fernape (ports), mhorne (mentor)
Differential Revision:	https://reviews.freebsd.org/D47169
  • Loading branch information
concussious committed Feb 3, 2025
1 parent 655e7cf commit d90070c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
FreeBSD does not currently accept pull requests. This is a read-only mirror from SVN.
# FreeBSD Ports Collection Contribution Guidelines

Please see the [Porter's Handbook](https://docs.freebsd.org/en/books/porters-handbook/) section on [Submitting patches](https://docs.freebsd.org/en/books/porters-handbook/quick-porting/#porting-submitting).
Contributions may be submitted to the FreeBSD Ports Collection via one of three methods:

- Attachments to [Bugzilla tickets](https://bugs.freebsd.org) are preferred, as this notifies existing maintainers.
- Code reviews on [Phabricator](https://reviews.freebsd.org/differential) are accepted by some maintainers.
- GitHub Pull Requests are an experimental feature and should expect additional delay.

To learn more about contributing to the FreeBSD Ports Collection, please see the [Porter's Handbook](https://docs.freebsd.org/en/books/porters-handbook/) section on [Submitting patches](https://docs.freebsd.org/en/books/porters-handbook/quick-porting/#porting-submitting).

0 comments on commit d90070c

Please sign in to comment.