Browse Source

Simplify issue templates

Fixes #687
Eloston 5 years ago
parent
commit
dd083cd22c

+ 28 - 0
.github/ISSUE_TEMPLATE/bugreport.md

@@ -0,0 +1,28 @@
+---
+name: Bug report
+about: Report a bug building or running ungoogled-chromium
+
+---
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+Steps to reproduce the behavior:
+1. Go to '...'
+2. Click on '....'
+3. Scroll down to '....'
+4. See error
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**Screenshots**
+If applicable, add screenshots to help explain your problem.
+
+**Environment (please complete the following information):**
+ - OS/Platform and version:
+ - ungoogled-chromium version:
+
+**Additional context**
+Add any other context about the problem here.

+ 0 - 27
.github/ISSUE_TEMPLATE/development_bugreport.md

@@ -1,27 +0,0 @@
----
-name: Development bug report
-about: Report a bug for compiling, packaging, or developing ungoogled-chromium
-
----
-
-### Description
-
-(Describe the higher-level problem here, including any ideas or suggestions you may have)
-
-### Console output and logs
-
-(Attach or link to console output and relevant logs here. If you have a small snippet, you may instead insert it directly.)
-
-### Environment details
-
-* ungoogled-chromium version: [e.g. 69.0.3497.100-2]
-* Configuration bundle: [e.g. `linux_portable`, `debian_stretch`, `macos`]
-* Packaging type (if applicable): [e.g. `linux_simple`, `debian_stretch`, `macos`]
-* OS and version for building: [e.g. Debian stretch amd64, macOS 10.14]
-* Compiler toolchain: [e.g. LLVM 7.0.1 from apt.llvm.org, GCC 6.3.0-18+deb9u1, From downloads.ini]
-
-*(If relevant, add other environment details here)*
-
-### Building and packaging steps
-
-(Specify which instructions you used from `docs/building.md`. If you used custom build steps, please describe them here.)

+ 0 - 33
.github/ISSUE_TEMPLATE/enduser_bugreport.md

@@ -1,33 +0,0 @@
----
-name: End-user bug report
-about: Report a bug for running ungoogled-chromium
-
----
-
-**Describe the bug**
-A clear and concise description of what the bug is.
-
-**To Reproduce**
-Steps to reproduce the behavior:
-1. Go to '...'
-2. Click on '....'
-3. Scroll down to '....'
-4. See error
-
-**Expected behavior**
-A clear and concise description of what you expected to happen.
-
-**Screenshots**
-If applicable, add screenshots to help explain your problem.
-
-**Environment (please complete the following information):**
- - OS and version: [e.g. Debian stretch amd64, , macOS, Linux, macOS]
- - ungoogled-chromium version: [e.g. 69.0.3497.100-2]
- - If this is a custom build, please specify the following:
-    - Configuration bundle: [e.g. linux_portable, debian_stretch, macos]
-    - Packaging type: [e.g. linux_simple, debian_stretch, macos]
-    - OS and version for building: [e.g. Debian stretch amd64, macOS 10.14]
-    - Compiler toolchain: [e.g. LLVM 7.0.1 from apt.llvm.org, GCC 6.3.0-18+deb9u1, From downloads.ini]
-
-**Additional context**
-Add any other context about the problem here.

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

@@ -14,7 +14,4 @@ A clear and concise description of what you want to happen.
 A clear and concise description of any alternative solutions or features you've considered.
 
 **Additional context**
-
-* Applicable platforms and/or configurations: [e.g. Portable Linux, Debian stretch amd64, macOS]
-
-(Add any other context or screenshots about the feature request here.)
+Add any other context or screenshots about the feature request here.

+ 2 - 2
.github/ISSUE_TEMPLATE/question.md → .github/ISSUE_TEMPLATE/other.md

@@ -1,6 +1,6 @@
 ---
-name: Question
-about: Ask a question about the project itself
+name: Other
+about: Anything else not listed
 
 ---