Skip to content

Commit 671f8a3

Browse files
committed
Use issue templates
1 parent 7982060 commit 671f8a3

File tree

5 files changed

+38
-0
lines changed

5 files changed

+38
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Bug report
3+
about: Report a crash, runtime error, or invalid output in dog
4+
---
5+
6+
If dog does something unexpected, or displays an error on the screen, or if it outright crashes, then please include the following information in your report:
7+
8+
- The version of dog being used (`dog --version`)
9+
- The command-line arguments you are using
10+
- Your operating system and hardware platform
11+
12+
If it’s a crash, please include the full text of the crash that gets printed to the screen. If you’re seeing unexpected behaviour, a screenshot of the issue will help a lot.
13+
14+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Compilation error
3+
about: Report a problem compiling dog
4+
---
5+
6+
If dog fails to compile, or if there is a problem during the build process, then please include the following information in your report:
7+
8+
- The exact dog commit you are building (`git rev-parse --short HEAD`)
9+
- The version of rustc you are compiling it with (`rustc --version`)
10+
- Your operating system and hardware platform
11+
- The Rust build target (the _exact_ output of `rustc --print cfg`)
12+
13+
If you are seeing compilation errors, please include the output of the build process.
14+
15+
---

.github/ISSUE_TEMPLATE/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: true
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
name: Feature request
3+
about: Request a feature or enhancement to dog
4+
---

.github/ISSUE_TEMPLATE/question.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
name: Question
3+
about: Ask a question about dog
4+
---

0 commit comments

Comments
 (0)