mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-24 21:48:21 +01:00
85083c88c1
Summary: Fixes T8616. The rules for contributors have come up a few times recently, so update this document to give more complete advice. Also try to do a better job with "adding new classes" (previously: libphutil libraries blah blah no one cares). Test Plan: Read documents. Reviewers: btrahan, joshuaspence Reviewed By: btrahan, joshuaspence Subscribers: joshuaspence, epriestley Maniphest Tasks: T8616 Differential Revision: https://secure.phabricator.com/D13358
36 lines
838 B
Text
36 lines
838 B
Text
{
|
|
"name": "phabcontrib",
|
|
"title": "Phabricator Contributor Documentation",
|
|
"short": "Phabricator Contributor Docs",
|
|
"preface": "Information for Phabricator contributors and developers.",
|
|
"root": "../../../",
|
|
"uri.source":
|
|
"https://secure.phabricator.com/diffusion/P/browse/master/%f$%l",
|
|
"rules": {
|
|
"(\\.diviner$)": "DivinerArticleAtomizer"
|
|
},
|
|
"exclude": [
|
|
"(^externals/)",
|
|
"(^resources/)",
|
|
"(^scripts/)",
|
|
"(^src/docs/flavor/)",
|
|
"(^src/docs/tech/)",
|
|
"(^src/docs/user/)",
|
|
"(^support/)",
|
|
"(^webroot/rsrc/externals/)"
|
|
],
|
|
"groups": {
|
|
"contrib": {
|
|
"name": "Contributor Overview"
|
|
},
|
|
"detail": {
|
|
"name": "Contributing in Detail"
|
|
},
|
|
"developer": {
|
|
"name": "Developer Guides"
|
|
},
|
|
"standards": {
|
|
"name": "Coding Standards"
|
|
}
|
|
}
|
|
}
|