Skip to content

Commit 55d2416

Browse files
fix: remove rustc and cargo versions of issue templates
Inspired by what was done in the parent project of `patch-hub`, the `kw` project, I added the versions of `rustc` and `cargo` in the templates of the bug report and improvement issues. This does makes sense, but it sure enough is a hassle to be "mandatory" (the issuer can ignore them, of course, but it still imposes those). To make issue reporting more dynamic, remove these fields from the template. Signed-off-by: David Tadokoro <[email protected]>
1 parent 2b655bb commit 55d2416

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,3 @@ assignees: ''
2727

2828
- Project branch: [branch name]
2929
- Project commit hash: [commit hash]
30-
- `rustc` version: [output of `rustc --version`]
31-
- `cargo` version: [output of `cargo --version`]

.github/ISSUE_TEMPLATE/code-quality-improvement.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,3 @@ assignees: ''
1919

2020
- Project branch: [branch name]
2121
- Project commit hash: [commit hash]
22-
- `rustc` version: [output of `rustc --version`]
23-
- `cargo` version: [output of `cargo --version`]

0 commit comments

Comments
 (0)