Просмотр исходного кода

Merge branch 'main' into dependabot/cargo/git2-0.17.2

sbatial 2 лет назад
Родитель
Сommit
e5697fddae

+ 7 - 3
.github/ISSUE_TEMPLATE/bug_report.md

@@ -1,11 +1,15 @@
 ---
 ---
 name: Bug report
 name: Bug report
-about: Report a crash, runtime error, or invalid output in exa
+about: Report a crash, runtime error, or invalid output in eza
+title: 'bug: '
+labels: errors
+assignees: ''
+
 ---
 ---
 
 
-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:
+If eza 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 version of eza being used (`eza --version`)
 - The command-line arguments you are using
 - The command-line arguments you are using
 - Your operating system and hardware platform
 - Your operating system and hardware platform
 
 

+ 7 - 3
.github/ISSUE_TEMPLATE/compilation_error.md

@@ -1,11 +1,15 @@
 ---
 ---
 name: Compilation error
 name: Compilation error
-about: Report a problem compiling exa
+about: Report a problem compiling eza
+title: 'ci: '
+labels: ''
+assignees: ''
+
 ---
 ---
 
 
-If exa fails to compile, or if there is a problem during the build process, then please include the following information in your report:
+If eza 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 exact eza commit you are building (`git rev-parse --short HEAD`)
 - The version of rustc you are compiling it with (`rustc --version`)
 - The version of rustc you are compiling it with (`rustc --version`)
 - Your operating system and hardware platform
 - Your operating system and hardware platform
 - The Rust build target (the _exact_ output of `rustc --print cfg`)
 - The Rust build target (the _exact_ output of `rustc --print cfg`)

+ 7 - 1
.github/ISSUE_TEMPLATE/feature_request.md

@@ -1,4 +1,10 @@
 ---
 ---
 name: Feature request
 name: Feature request
-about: Request a feature or enhancement to exa
+about: Request a feature or enhancement to eza
+title: 'feat:  '
+labels: ''
+assignees: ''
+
 ---
 ---
+
+

+ 7 - 1
.github/ISSUE_TEMPLATE/question.md

@@ -1,4 +1,10 @@
 ---
 ---
 name: Question
 name: Question
-about: Ask a question about exa
+about: Ask a question about eza
+title: ''
+labels: question
+assignees: ''
+
 ---
 ---
+
+This should be posted in Q&A in discussions