From 0c985537aa8559e70d218b595cf0e6d5f53d48f7 Mon Sep 17 00:00:00 2001 From: krande Date: Thu, 29 Apr 2021 20:53:24 +0200 Subject: [PATCH] Minor changes to workflow and pull request template --- .github/pull_request_template.md | 7 +++---- .github/workflows/ci-docker-base.yml | 2 -- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e6ac70cf1..50edec444 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,16 +1,15 @@ -**Testing the pull request template** - **If relevant a pull request should include** + * A reference to a related issue in your repository. * A description of the changes proposed in the pull request. * @mentions of the person or team responsible for reviewing proposed changes. * Make sure you have made a pull of the latest changes from the main branch and re-run all unittests * Lastly remember to lint with, isort, flake8 and black -To perform linting +Remember to perform linting before making a pull request + ```` pip install black isort flake8 -cd src/ada isort . flake8 . black . diff --git a/.github/workflows/ci-docker-base.yml b/.github/workflows/ci-docker-base.yml index acbc12cb8..6ecd94d5e 100644 --- a/.github/workflows/ci-docker-base.yml +++ b/.github/workflows/ci-docker-base.yml @@ -7,8 +7,6 @@ on: - '.github/workflows/ci-docker-base.yml' branches: - main - - docs - - dev-0.0.10 jobs: docker: