Open-Systems-Pharmacology / PK-Sim

PK-Sim® is a comprehensive software tool for whole-body physiologically based pharmacokinetic modeling
Other
103 stars 50 forks source link

add pr template #2815

Closed rwmcintosh closed 11 months ago

Yuri05 commented 11 months ago

@rwmcintosh Please also add PULL_REQUEST_TEMPLATE.md to the exclusions list of appveyor.yml

rwmcintosh commented 11 months ago

Isn't that what this does:

skip_commits:
  files:
    - "*.md"
Yuri05 commented 11 months ago

Isn't that what this does:

skip_commits:
  files:
    - "*.md"

I think it ignores .md on the top level only, while */.md would exclude all .md recursively.