From 7f9927823a5128e9cc53e896df988dcc5265956b Mon Sep 17 00:00:00 2001 From: ZanzyTHEbar Date: Mon, 6 Jun 2022 04:28:05 +0200 Subject: [PATCH] Major Update - alright alright ... issue bot disabled for now ... sorry xD --- .github/PULL_REQUEST_TEMPLATE.md | 7 ++++--- .github/workflows/{stale-actions.yml => stale-actions.txt} | 0 2 files changed, 4 insertions(+), 3 deletions(-) rename .github/workflows/{stale-actions.yml => stale-actions.txt} (100%) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 65f0577..2701b37 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,10 +4,11 @@ ## Checklist -- [ ] The pull request is done against the latest development branch + + - [ ] I accept the [CLA](hhttps://github.com/RedHawk989/EyeTrackVR/repo-tools/CONTRIBUTING.md#contributor-license-agreement-cla). -_NOTE: The code change must pass CI tests. **Your PR cannot be merged unless tests pass**_ + diff --git a/.github/workflows/stale-actions.yml b/.github/workflows/stale-actions.txt similarity index 100% rename from .github/workflows/stale-actions.yml rename to .github/workflows/stale-actions.txt