@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Diviner: Contributing Code: Remove outdated sentences

Summary: GitHub nowadays allows disabling Pull Requests, and it looks like they are already disabled for projects under the phorgeit organization on GitHub.

Test Plan:
* Read https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-pull-requests
* Find the Backspace key to delete a sentence in the docs

Reviewers: O1 Blessed Committers, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D26802

+1 -4
+1 -4
src/docs/contributor/contributing_code.diviner
··· 140 140 - If you're comfortable enough with Phorge to contribute to it, you 141 141 should also be comfortable using it to submit changes. 142 142 143 - Instead of sending a pull request, use `arc diff` to create a revision on the 143 + Instead of creating a pull request, use `arc diff` to create a revision on the 144 144 upstream install. Your change will go through the normal Phorge review 145 145 process. 146 - 147 - (GitHub does not allow repositories to disable pull requests, which is why 148 - it's technically possible to submit them.) 149 146 150 147 151 148 Alternatives