Skip to content

Commit

Permalink
Add PR template & rever templates
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard authored Aug 14, 2024
1 parent 0a0ff59 commit 86b5978
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/template-files/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ conda/infrastructure:
dst: .github/ISSUE_TEMPLATE/epic.yml

# [optional] standard PR template
# - src: templates/pull_requests/news_tests_docs.md
# dst: .github/template-files/templates/pull_request_template_details.md
- src: templates/pull_requests/news_tests_docs.md
dst: .github/template-files/templates/pull_request_template_details.md
- src: templates/pull_requests/base.md
dst: .github/PULL_REQUEST_TEMPLATE.md

# [optional] rever release files
# - src: templates/releases/RELEASE.md
# dst: RELEASE.md
# with:
# placeholder: YY.M
# - src: templates/releases/rever.xsh
# dst: rever.xsh
# - src: templates/releases/TEMPLATE
# dst: news/TEMPLATE
- src: templates/releases/RELEASE.md
dst: RELEASE.md
with:
placeholder: MAJOR.MINOR
- src: templates/releases/rever.xsh
dst: rever.xsh
- src: templates/releases/TEMPLATE
dst: news/TEMPLATE

0 comments on commit 86b5978

Please sign in to comment.