Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Good for 4.41
First of all, thank you 🫵 for taking the time to contribute to Statamic, we really appreciate it! 💜
Please take 30 seconds to read the following so we can be as efficient as possible when reviewing and considering merging PRs:
1️⃣ Is this your first PR? If so, please read our contribution guide first.
2️⃣ Please make sure to create a new branch for your PR.
3️⃣ Typically you should target the branch of the most current release, e.g.
4.x
, unless your PR includes a breaking change, in which case you should target themaster
branch for the next major release.4️⃣ We really appreciate it if your PR includes tests. This makes it much easier for us to review, merge, and release. A PR with tests is usually reviewed and merged 5x-10x faster.
5️⃣ If your PR introduce a new feature, adds to an existing one, or changes current behavior, please open an issue for it in the statamic/docs repo referencing your PR. A simple "Goes along with #9000" is enough. Otherwise it's really easy to forget and no will ever become aware of your ✨ sparkling ✨ invention if it's not documented.