diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 9af47cda202..aa30566c621 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -15,13 +15,13 @@ ## QA Notes -Please make verification statements inspired by your code and what your code touches. -- Verify -- Verify -What are the areas of risk? - -Any concerns/considerations/questions that development raised? + ## Documentation diff --git a/README.md b/README.md index e4981a1b2e5..5701df95d78 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ The code for [https://osf.io](https://osf.io). - Issues: https://github.com/CenterForOpenScience/osf.io/issues?state=open - COS Development Docs: http://cosdev.readthedocs.org/ +Selenium end-to-end automated tests +- ![production_smoke_tests](https://github.com/cos-qa/osf-selenium-tests/actions/workflows/production_smoke_tests.yml/badge.svg) +- ![nightly_core_functionality_tests](https://github.com/cos-qa/osf-selenium-tests/actions/workflows/nightly_core_functionality_tests.yml/badge.svg) +- ![weekly_regression_tests](https://github.com/cos-qa/osf-selenium-tests/actions/workflows/weekly_regression_tests.yml/badge.svg) ## Running the OSF For Development