Use issue templates

This commit is contained in:
Benjamin Sago 2020-10-21 16:59:44 +01:00
parent db6288a9bb
commit f0c63b64ec
5 changed files with 38 additions and 0 deletions

14
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,14 @@
---
name: Bug report
about: Report a crash, runtime error, or invalid output in exa
---
If exa does something unexpected, or its output looks wrong, or it displays an error on the screen, or if it outright crashes, then please include the following information in your report:
- The version of exa being used (`exa --version`)
- The command-line arguments you are using
- Your operating system and hardware platform
If its a crash, please include the full text of the crash that gets printed to the screen. If youre seeing unexpected behaviour, a screenshot of the issue will help a lot.
---

View File

@ -0,0 +1,15 @@
---
name: Compilation error
about: Report a problem compiling exa
---
If exa fails to compile, or if there is a problem during the build process, then please include the following information in your report:
- The exact exa commit you are building (`git rev-parse --short HEAD`)
- The version of rustc you are compiling it with (`rustc --version`)
- Your operating system and hardware platform
- The Rust build target (the _exact_ output of `rustc --print cfg`)
If you are seeing compilation errors, please include the output of the build process.
---

1
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1 @@
blank_issues_enabled: true

View File

@ -0,0 +1,4 @@
---
name: Feature request
about: Request a feature or enhancement to exa
---

4
.github/ISSUE_TEMPLATE/question.md vendored Normal file
View File

@ -0,0 +1,4 @@
---
name: Question
about: Ask a question about exa
---