git: d90070c244c0 - main - CONTRIBUTING: Explain routes of contributing

From: Alexander Ziaee <ziaee_at_FreeBSD.org>
Date: Mon, 03 Feb 2025 20:31:17 UTC
The branch main has been updated by ziaee:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d90070c244c07d1c365d9f9dd498a68ee1ea5314

commit d90070c244c07d1c365d9f9dd498a68ee1ea5314
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2025-02-03 20:28:43 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-02-03 20:30:38 +0000

    CONTRIBUTING: Explain routes of contributing
    
    Attempt to explain the 3 routes the ports project has for contribution.
    
    Reviewed by:            pauamma@gundo.com, mhorne, fernape
    Approved by:            fernape (ports), mhorne (mentor)
    Differential Revision:  https://reviews.freebsd.org/D47169
---
 CONTRIBUTING.md | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9a7be3ba1945..cd23241c4ef4 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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).