diff --git a/.github/.licenserc.yaml b/.github/.licenserc.yaml index 20ad7f595b..9eeafcbc21 100644 --- a/.github/.licenserc.yaml +++ b/.github/.licenserc.yaml @@ -58,6 +58,7 @@ header: - 'requirements*.txt' # Some files from .ci/.github - '.github/CODEOWNERS' + - '.github/Pull_Request_template.md' - '.github/renovate.json' # Specific files - 'setup.cfg' diff --git a/.github/Pull_Request_template.md b/.github/Pull_Request_template.md index c546e5e0d6..c79b8b8fa0 100644 --- a/.github/Pull_Request_template.md +++ b/.github/Pull_Request_template.md @@ -1,19 +1,3 @@ - - ## Description _Add a comprehensive description of proposed changes_ diff --git a/.gitignore b/.gitignore index d1a918b47f..204eac7d3f 100755 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,7 @@ tests/_results* # json reports from pytest .pytest_reports/* + +# Configurations from file explorers +.directory +.DS_Store