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: .github/PULL_REQUEST_TEMPLATE.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
Thanks for contributing to Ares 2.
4
4
Fill in every section. Each section states what to write when it does not apply.
5
5
Tick boxes as [x], not [ x] and not [x ].
6
+
Write in British English.
6
7
7
8
Each recurring instruction is repeated, in the same words, in every section where it
8
9
applies, so that reading the one section you are filling in is enough. They close every
@@ -320,6 +321,7 @@ No breaking changes or migration.
320
321
-[ ] I followed the [guidelines for inclusive, diversity-sensitive and appreciative language](https://docs.artemis.tum.de/developer/guidelines/language).
321
322
-[ ] I have self-reviewed the diff of this pull request.
322
323
-[ ] Tests were added or updated for the behaviour changed here.
324
+
-[ ] Javadoc follows the [AGENTS.md](AGENTS.md#documenting-java) conventions.
323
325
-[ ] Documentation (`docs/`, `README.adoc`, Javadoc) was updated where the change is user-facing.
324
326
-[ ] CI is green, or every remaining failure is explained above.
325
327
-[ ] No secrets, tokens or absolute local paths are contained in the diff.
@@ -328,8 +330,6 @@ No breaking changes or migration.
328
330
329
331
<!--
330
332
Reviewers tick what they have reviewed. Both boxes should be ticked before merge.
331
-
When new commits are pushed, the affected box is unchecked again. Not every change
332
-
requires a full re-review.
333
333
334
334
This section is always required. If a category does not apply, wrap its line in an HTML
335
335
comment and state the reason inside the comment, rather than deleting it.
0 commit comments