Skip to content

Commit 7bcecf7

Browse files
committed
asdfasdf
1 parent 1439d5d commit 7bcecf7

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

.github/issue_template.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
### Description
2+
3+
<!-- Delete these comments later -->
4+
<!-- Put the description of the task here -->
5+
6+
### Checklist
7+
8+
* [ ] Connect all related issues, and project boards, add labels, assign people, milestones etc.
9+
* [ ] Make sure that this template is properly filled in and appropriate parts deleted

.github/pull_request_template.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
### Description
2+
3+
<!-- Delete these comments later -->
4+
<!-- Put the description of the task here -->
5+
6+
### Checklist
7+
8+
<!-- Don't delete these, check them with a mouse if completed -->
9+
* [ ] Add tests, documentation, update the changelog, etc.
10+
* [ ] Connect all issues, and project boards, add labels, assign people to the PR and the issue, etc.
11+
* [ ] Make sure that the PR description and title contain "Draft: " at the beginning if its not yet ready
12+
* [ ] Make sure that this template is properly filled in and appropriate parts deleted

Makefile.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ command = "cargo"
1212
args = ["fmt", "--", "--verbose", "--color", "auto"]
1313

1414
[tasks.toml-fmt-check]
15-
install_crate = "taplo-cli"
15+
install_crate = { crate_name = "taplo-cli", binary = "taplo", test_arg = "--help" }
1616
command = "taplo"
1717
args = ["fmt", "--check", "*.toml"]
1818

0 commit comments

Comments
 (0)