1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2026-03-28 23:00:07 +01:00
Files
app/.github/pull_request_template.md

1.8 KiB
Raw Blame History

Hello there! Thank you for considering a pull request for PHP Monitor.

Please read the text below first before you submit your PR.

Keep this in mind!

  • Some code changes available to the sponsor repository may not be pushed to the public repository yet, so it's common that the public repository is a little behind.
  • Because of this, it is usually best to get in touch first if you are making substantial changes.
  • Low effort changes may not be accepted.
  • When in doubt, open an issue or discussion and ask me if it's worth doing something.

About destination branches

Please keep in mind that main is reserved for the current code state of the latest release and should generally not be the destination branch unless a new release is happening.

Pull requests that target main will usually be retargeted.

Usually, the best target is the stable dev/x.x branch that corresponds with the latest major version that is released, although that branch may not be available or up-to-date at all times.

There may be a newer branch available, which is an appropriate place for bigger changes, but please keep in mind that it is usually best to announce youll be working on such a change before you spend the time, since as the lead contributor I might not even want said change in the app.

Thank you.


Your changes

(feel free to remove the disclaimer above)

  • Affected parts of the app: shared code / UI code / CLI (remove what does not apply)
  • Estimated impact on performance: none / low / high (remove what does not apply)
  • Made a new build with Xcode and tested this: yes / no (remove what does not apply)
  • Tested on macOS version + architecture: (e.g. "Tahoe on M4" or "Ventura on Intel")
  • References issue(s): (please reference the issue here, using # and the number of the issue)

(please describe what you have changed here)