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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,9 @@ Changes to the website are made by pull-request in order to facilitate review pr
12
12
13
13
All pull-requests must pass the continuous integration tests which test HTML validity, links and images.
14
14
15
+
All pull requests must include the generated HTML of the website. This can be generated using `make build`.
16
+
CI will check that the committed HTML is built from the source.
17
+
15
18
Anyone may participate in the review process. All comments and ACK/NACKs will be taken into consideration but the decision about merging rests with the website maintainers.
0 commit comments