Skip to content

Commit

Permalink
Merge pull request torvalds#337 from ojeda/templates
Browse files Browse the repository at this point in the history
GitHub: add some issue template categories
  • Loading branch information
ojeda authored Jun 3, 2021
2 parents 98ddd34 + a664f26 commit d5d08b0
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 2 deletions.
54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
name: Bug
about: Related to runtime bugs, panics, warnings...
labels: bug
---
**Description**
<!-- What the bug is and/or how to reproduce it.
Some common details that are typically useful to know are below -- please fill/remove as needed.
Other details that may be useful to know, if relevant:
- Deterministic or not?
- Does it happen under QEMU, a VM, a real machine, etc.?
-->


**Architecture(s)**
- `arm`
- `arm64`
- `ppc64le`
- `riscv64`
- `x86_64`


**Toolchain versions**
- `rustc`:
- `bindgen`:
- LLVM/Clang:
- GCC:
- QEMU:


**Kernel log**
<details><summary><strong>Kernel log</strong></summary>
<p>

```text
Paste it here -- feel free to reduce it to the relevant parts.
```

</p>
</details>


**Kernel config**
<details><summary><strong>Kernel config</strong></summary>
<p>

```text
Paste it here -- feel free to reduce it to the relevant parts.
```

</p>
</details>
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/building.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
name: Building
about: Related to building the kernel, `make`, `Kbuild`, `Kconfig` options...
labels: • kbuild
---
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/code.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
name: Code
about: Related to code, `rust/`, `drivers/`...
---
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
blank_issues_enabled: true

contact_links:
- name: General discussions, help, feedback, etc.
- name: Questions, help, feedback, etc.
url: https://github.com/Rust-for-Linux/linux/blob/rust/README.md
about: Please use the mailing list or the Zulip chat.

- name: Report a security vulnerability
- name: Security vulnerability
url: https://www.kernel.org/doc/html/latest/admin-guide/security-bugs.html
about: If the code is already in mainline, read this link.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
name: Documentation
about: Related to documentation, `rustdoc`, `Documentation/rust/`, `samples/`, typos...
labels: • docs
---

0 comments on commit d5d08b0

Please sign in to comment.