You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,12 @@ You can run PHPStan via `\vendor\bin\phpstan analyse plugins` and Pint via `\ven
20
20
From your forked repository, make your own changes on your own branch. (do not make changes directly to `main`!)
21
21
When you are ready, you can submit a pull request to the Pelican repository. If you still work on your pull request or need help with something make sure to mark it as Draft.
22
22
23
-
If you add a new plugin, make sure to update the main README.
23
+
> [!NOTE]
24
+
> New plugins will not be accepted to the repo!
24
25
25
26
Also, please make sure that your pull requests are as targeted and simple as possible and don't do a hundred things at a time. If you want to add/change/fix 5 different things you should make 5 different pull requests.
26
27
27
-
>[!IMPORTANT]
28
+
>[!IMPORTANT]
28
29
> Pull requests that are entirely (or mostly) generated by AI will not be accepted. If you use AI for some parts you have to clearly indicate that in the PR description.
0 commit comments