summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorNasah-Kuma <nasahnash19@gmail.com>2020-10-26 19:29:46 +0000
committerNasah-Kuma <nasahnash19@gmail.com>2020-10-26 19:29:46 +0000
commitd966cf8abf5e2ef8e755785896613f2c2a5ec39f (patch)
tree442a63c3724fa5bcd5496a82e1f7f93e549afbd8 /CONTRIBUTING.md
parentee2462f076c573efbd4246a9dd4afd53b8b72203 (diff)
downloadgjs-d966cf8abf5e2ef8e755785896613f2c2a5ec39f.tar.gz
Update CONTRIBUTING.md about the runner system failure
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f24c66a2..d34e3b8f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -48,7 +48,8 @@ Your responsibilities as a contributor:
an issue in the [bugtracker], discuss things transparently, and get
community feedback.
- Ensure all jobs are green on GitLab CI for your merge requests.
-- Your code must pass the tests.
+- Your code must pass the tests. Sometimes you can experience a runner
+ system failure which can be fixed by re-running the job.
- Your code must pass the linters; code should not introduce any new
linting errors.
- Your code should not cause any compiler warnings.