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
if possible. Remember that not everything can be tested this way, though.
145
+
if possible**. Remember that not everything can be tested this way, though.
90
146
91
147
When you are ready to submit a pull request, please follow the template. Don't
92
148
be scared, usually everything goes well and your pull request will be present
93
149
in next Skript release, whenever that happens.
94
150
151
+
You should target the `dev/feature` branch for changes that add features or break existing functionality. \
152
+
For bug fixes and documentation changes, target the `dev/patch` branch.
153
+
95
154
Good luck!
96
155
97
156
### Submitting a Contribution
@@ -101,32 +160,59 @@ Having submitted your contribution it will enter a public review phase.
101
160
Other contributors and users may make comments or ask questions about your contribution. \
102
161
You are encouraged to respond to these - people may have valuable feedback!
103
162
104
-
Developers may request changes to the content of your pull request. These are valuable since they may concern unreleased content. Please respect our team's wishes - changes are requested when we see room for improvement or necessary issues that need to be addressed.
163
+
Developers may request changes to the content of your pull request. These are valuable
164
+
since they may concern unreleased content. Please respect our team's wishes - changes
165
+
are requested when we see room for improvement or necessary issues that need to be addressed.
105
166
Change requests are not an indictment of your code quality.
106
167
107
-
Developers may also request changes to the formatting of your code and attached files. These are important to help maintain the consistent standard and readability of our code base.
168
+
Developers may also request changes to the formatting of your code and attached files.
169
+
These are important to help maintain the consistent standard and readability of our code base.
170
+
171
+
**You must respond to these requests**. You can disagree, or propose alternatives, but you must
172
+
engage in the discussion respectfully and in a timely manner. We will close pull requests
173
+
that do not address requested changes within 6 months, though this is at our discretion,
174
+
and we may leave them open for more or less time depending on the situation.
108
175
109
-
Once you have made the requested changes (or if you require clarification or assistance) you can request a re-review from the developer.
176
+
Once you have made the requested changes (or if you require clarification or assistance)
177
+
you can request a re-review from the developer. Please make sure to resolve any requested
178
+
changes you addressed.
110
179
111
-
You don't need to keep your pull request fork up-to-date with Skript's master branch - we can update it automatically and notify you if there are any problems.
180
+
You don't need to keep your pull request fork up-to-date with Skript's master branch -
181
+
we can update it automatically and notify you if there are any problems, but you must
182
+
allow edits from maintainers on your pull request.
112
183
113
184
### Merging a Contribution
114
185
115
-
Pull requests may be left un-merged until an appropriate time (e.g. before a suitable release.) This timeframe may be increased for breaking changes or significant new features, which might be better targeted in a major version.
186
+
Pull requests may be left un-merged until an appropriate time (e.g. before a suitable release.)
187
+
We will try to merge contributions at a reasonable pace, but larger or more complex contributions
188
+
may be left open for longer to allow for more thorough review.
116
189
117
-
Please respect the process - this is a very complex project that takes a lot of time and care to maintain. Your contribution has not been forgotten about.
190
+
All pull requests that are ready to be merged prior to a release will be included in that release,
191
+
so don't worry if your contribution is not merged immediately. If your pr has been open for a week
192
+
without a response, feel free to politely ask for an update. We may be busy, but we will get to it.
118
193
119
-
For a contribution to be merged it requires at least two approving reviews from the core development team. It will then require a senior member to merge it.
194
+
For a contribution to be merged it requires at least two approving reviews from the core development
195
+
team. It will then require a senior member to merge it.
120
196
121
-
You do not need to 'bump' your contribution if it is un-merged; we may be waiting for a more suitable release to include it.
197
+
You do not need to 'bump' your contribution if it is un-merged; we may be waiting for a more
198
+
suitable release to include it.
122
199
123
-
If you have been waiting for a response to a question or change for a significant time please re-request our reviews or contact us.
200
+
If you have been waiting for a response to a question or change for a significant time
201
+
please re-request our reviews or contact us. **Don't be shy about requesting reviews!** It's
202
+
one of the easiest ways for us to see what needs our attention.
124
203
125
-
In exceptional situations, pull requests may be merged regardless of review status by one of the organisation admins.
204
+
In exceptional situations, pull requests may be merged regardless of review status
205
+
by one of the organisation admins.
126
206
127
-
###Peaceful Resolution
207
+
## Peaceful Resolution
128
208
129
209
Please respect our maintainers, developers, contributors and users. \
130
-
Our contributors come from a wide variety of backgrounds and countries - you may need to explain issues and requests if they are misunderstood.
210
+
Our contributors come from a wide variety of backgrounds and countries -
211
+
you may need to explain issues and requests if they are misunderstood.
212
+
213
+
Please refer disrespectful and unpleasant behaviour to our tracker team.
214
+
For concerns about abuse, please contact the organisation directly.
131
215
132
-
Please refer disrespectful and unpleasant behaviour to our tracker team. For concerns about abuse, please contact the organisation directly.
216
+
## Acknowledgements
217
+
We would like to acknowledge the [biomejs](https://github.com/biomejs/biome/blob/main/CONTRIBUTING.md#ai-assistance-notice)
218
+
team as the source and inspiration for our AI assistance notice.
0 commit comments