From c7573d9b0bf833b6f78efa0933e7d748ca2f1c57 Mon Sep 17 00:00:00 2001 From: Alexander Brandon Coles Date: Mon, 7 Oct 2024 10:35:30 +0100 Subject: [PATCH] Change reference to Travis CI to GitHub Actions Removes note about stopping associated builds - this is not possible for forks. [ci skip] --- CONTRIBUTING.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7f71933354e6..e8343fe0e8f3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -83,12 +83,10 @@ More on this topic can be found in our [blog post](https://www.openproject.org/h Please add tests to your code to verify functionality, especially if it is a new feature. -Pull requests will be verified by TravisCI as well, +Pull requests will be verified by GitHub Actions as well, but please run them locally as well and make sure they are green before creating your pull request. We have a lot of pull requests coming in and it takes some time to run the complete suite for each one. -If you push to your branch in quick succession, please consider stopping the associated Travis builds, as Travis will run for each commit. This is especially true if you force push to the branch. - Please also use `[ci skip]` in your commit message to suppress builds which are not necessary (e.g. after fixing a typo in the `README`).