Browse Source

Rename ISSUE_TEMPLATE.tmpl in order not to be picked up by github

totalwebcasting
Sergey M․ 9 years ago
parent
commit
034947dd1e
2 changed files with 1 additions and 1 deletions
  1. +0
    -0
      .github/ISSUE_TEMPLATE_tmpl.md
  2. +1
    -1
      Makefile

.github/ISSUE_TEMPLATE.tmpl → .github/ISSUE_TEMPLATE_tmpl.md View File


+ 1
- 1
Makefile View File

@ -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


Loading…
Cancel
Save