diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5581b43c835075..dc44201ca5b23e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,9 +1,9 @@ ---> Please remove all this text before submitting your PR, it's just a checklist to help you :) <-- +!!! DELETE THIS BEFORE SUBMITTING!!! It's just a checklist to help you :) 1. Give your pull request a **good title** - e.g. "Fix typo in ansible-galaxy tutorial" or "Add new transcriptomics tutorial covering a new sequencing technology" 2. Describe your changes in detail, list anything you still need some help with or things that are still TODO 3. Check that your images are allowed to be re-hosted by the GTN! -4. Still working on it? Make it a **Draft** pull request - - Once it is ready, choose **Ready for Review** +4. Not ready for review yet? Make it a **Draft** pull request + - Once you are done making changes, choose **Ready for Review** - Then the automated tests will run and we will know to review and merge it diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b240c5b4513b2d..d0dd40249ede31 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: "[CI] Accessibility Linting" +name: "[CI] GTN Build Testing" concurrency: group: ci-${{ github.head_ref }}