.. _doc_testing_pull_requests: Testing pull requests ===================== Many people are developing new features or fixing bugs on GitHub. To help with engine development, you may be asked to test those pull requests with a Godot build that includes code from the pull request in question. Thanks to GitHub Actions, all `pull requests ( https://github.com/godotengine/godot/pulls )` have continuous builds available. These builds let you try out pull requests without having to compile anything from source. Downloading a compiled build ---------------------------- You can download pull request builds from GitHub Actions. Since only signed in users may download builds directly from GitHub Actions, the procedure varies depending on whether you have a GitHub account or not. .. note:: Due to a GitHub Actions limitation, builds are only available for 90 days after the pull request was last updated. If you still wish to try a pull request locally, you can `compile the pull request branch from source