소스 검색

Move issue template templates into separate folder

tags/2019.04.30
Sergey M․ 5 년 전
부모
커밋
eefa0f2157
No known key found for this signature in database GPG 키 ID: 2C393E0F18A9236D
6개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. +0
    -0
      .github/ISSUE_TEMPLATE_tmpl/1_broken_site.md
  2. +0
    -0
      .github/ISSUE_TEMPLATE_tmpl/2_site_support_request.md
  3. +0
    -0
      .github/ISSUE_TEMPLATE_tmpl/3_site_feature_request.md
  4. +0
    -0
      .github/ISSUE_TEMPLATE_tmpl/4_bug_report.md
  5. +0
    -0
      .github/ISSUE_TEMPLATE_tmpl/5_feature_request.md
  6. +6
    -6
      Makefile

.github/ISSUE_TEMPLATE/1_broken_site_tmpl.md → .github/ISSUE_TEMPLATE_tmpl/1_broken_site.md 파일 보기


.github/ISSUE_TEMPLATE/2_site_support_request_tmpl.md → .github/ISSUE_TEMPLATE_tmpl/2_site_support_request.md 파일 보기


.github/ISSUE_TEMPLATE/3_site_feature_request_tmpl.md → .github/ISSUE_TEMPLATE_tmpl/3_site_feature_request.md 파일 보기


.github/ISSUE_TEMPLATE/4_bug_report_tmpl.md → .github/ISSUE_TEMPLATE_tmpl/4_bug_report.md 파일 보기


.github/ISSUE_TEMPLATE/5_feature_request_tmpl.md → .github/ISSUE_TEMPLATE_tmpl/5_feature_request.md 파일 보기


+ 6
- 6
Makefile 파일 보기

@@ -78,12 +78,12 @@ README.md: youtube_dl/*.py youtube_dl/*/*.py
CONTRIBUTING.md: README.md
$(PYTHON) devscripts/make_contributing.py README.md CONTRIBUTING.md

issuetemplates: devscripts/make_issue_template.py .github/ISSUE_TEMPLATE/1_broken_site_tmpl.md .github/ISSUE_TEMPLATE/2_site_support_request_tmpl.md .github/ISSUE_TEMPLATE/3_site_feature_request_tmpl.md .github/ISSUE_TEMPLATE/4_bug_report_tmpl.md .github/ISSUE_TEMPLATE/5_feature_request_tmpl.md youtube_dl/version.py
$(PYTHON) devscripts/make_issue_template.py .github/ISSUE_TEMPLATE/1_broken_site_tmpl.md .github/ISSUE_TEMPLATE/1_broken_site.md
$(PYTHON) devscripts/make_issue_template.py .github/ISSUE_TEMPLATE/2_site_support_request_tmpl.md .github/ISSUE_TEMPLATE/2_site_support_request.md
$(PYTHON) devscripts/make_issue_template.py .github/ISSUE_TEMPLATE/3_site_feature_request_tmpl.md .github/ISSUE_TEMPLATE/3_site_feature_request.md
$(PYTHON) devscripts/make_issue_template.py .github/ISSUE_TEMPLATE/4_bug_report_tmpl.md .github/ISSUE_TEMPLATE/4_bug_report.md
$(PYTHON) devscripts/make_issue_template.py .github/ISSUE_TEMPLATE/5_feature_request_tmpl.md .github/ISSUE_TEMPLATE/5_feature_request.md
issuetemplates: devscripts/make_issue_template.py .github/ISSUE_TEMPLATE_tmpl/1_broken_site.md .github/ISSUE_TEMPLATE_tmpl/2_site_support_request.md .github/ISSUE_TEMPLATE_tmpl/3_site_feature_request.md .github/ISSUE_TEMPLATE_tmpl/4_bug_report.md .github/ISSUE_TEMPLATE_tmpl/5_feature_request.md youtube_dl/version.py
$(PYTHON) devscripts/make_issue_template.py .github/ISSUE_TEMPLATE_tmpl/1_broken_site.md .github/ISSUE_TEMPLATE/1_broken_site.md
$(PYTHON) devscripts/make_issue_template.py .github/ISSUE_TEMPLATE_tmpl/2_site_support_request.md .github/ISSUE_TEMPLATE/2_site_support_request.md
$(PYTHON) devscripts/make_issue_template.py .github/ISSUE_TEMPLATE_tmpl/3_site_feature_request.md .github/ISSUE_TEMPLATE/3_site_feature_request.md
$(PYTHON) devscripts/make_issue_template.py .github/ISSUE_TEMPLATE_tmpl/4_bug_report.md .github/ISSUE_TEMPLATE/4_bug_report.md
$(PYTHON) devscripts/make_issue_template.py .github/ISSUE_TEMPLATE_tmpl/5_feature_request.md .github/ISSUE_TEMPLATE/5_feature_request.md

supportedsites:
$(PYTHON) devscripts/make_supportedsites.py docs/supportedsites.md


불러오는 중...
취소
저장