Merge pull request #1328 from mathbunnyru/asalikhov/modern_issue_template

Use modern GitHub issue templates
This commit is contained in:
Ayaz Salikhov
2021-06-14 15:31:57 +03:00
committed by GitHub
5 changed files with 62 additions and 35 deletions

View File

@@ -81,12 +81,14 @@ The cookiecutter template comes with a `.github/workflows/docker.yml` file, whic
on:
pull_request:
paths-ignore:
- ".github/ISSUE_TEMPLATE/**"
- "*.md"
push:
branches:
- master
- main
paths-ignore:
- ".github/ISSUE_TEMPLATE/**"
- "*.md"
```