Skip to content

Commit 72f2b9b

Browse files
Update copier template to v0.1.7 (#16)
1 parent 7a5466c commit 72f2b9b

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

.copier-answers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is managed by Copier; DO NOT EDIT OR REMOVE.
2-
_commit: v0.1.6
2+
_commit: v0.1.7
33
_src_path: git@github.com:quantco/copier-template-pre-commit-mirrors
44
conda_package: rust
55
description: Run `cargo fmt` for formatting rust sources.

.github/ISSUE_TEMPLATE/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false
+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
name: New issue
3+
about: Create a new issue
4+
---
5+
6+
<!-- ⚠️ This is an open-source repository. Do not share sensitive information. -->

.github/PULL_REQUEST_TEMPLATE.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!-- ⚠️ This is an open-source repository. Do not share sensitive information. -->

0 commit comments

Comments
 (0)