diff options
-rw-r--r-- | .github/ISSUE_TEMPLATE_tmpl.md (renamed from .github/ISSUE_TEMPLATE.tmpl) | 0 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE.tmpl b/.github/ISSUE_TEMPLATE_tmpl.md index 9bca5b531..9bca5b531 100644 --- a/.github/ISSUE_TEMPLATE.tmpl +++ b/.github/ISSUE_TEMPLATE_tmpl.md @@ -60,7 +60,7 @@ CONTRIBUTING.md: README.md $(PYTHON) devscripts/make_contributing.py README.md CONTRIBUTING.md ISSUE_TEMPLATE.md: - $(PYTHON) devscripts/make_issue_template.py .github/ISSUE_TEMPLATE.tmpl .github/ISSUE_TEMPLATE.md + $(PYTHON) devscripts/make_issue_template.py .github/ISSUE_TEMPLATE_tmpl.md .github/ISSUE_TEMPLATE.md supportedsites: $(PYTHON) devscripts/make_supportedsites.py docs/supportedsites.md |