summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2021-09-17 21:50:14 +0200
committeraristocratos <gnmjpl@gmail.com>2021-09-17 21:50:14 +0200
commit4ea204abe0e150990d0f6f6b2c7a69c1b132ab91 (patch)
treefed3250891df29e953a4b39bd441c64dbf7b1cbc /.github/ISSUE_TEMPLATE
parentca3e0dab1f56832f7d14a147cafe21db519ff579 (diff)
Formatting
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md39
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md20
2 files changed, 59 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..93639b7
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,39 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: "[BUG]"
+labels: bug
+assignees: aristocratos
+
+---
+
+**Describe the bug**
+
+[A clear and concise description of what the bug is.]
+
+**To Reproduce**
+
+[Steps to reproduce the behavior:]
+
+**Expected behavior**
+
+[A clear and concise description of what you expected to happen.]
+
+**Screenshots**
+
+[If applicable, add screenshots to help explain your problem.]
+
+**Info (please complete the following information):**
+ - btop++ version: `bpytop -v`
+ - Architecture: [x86_64, aarch64, etc.] `uname -m`
+ - Platform: [Linux, FreeBSD, OsX]
+ - (Linux) Kernel: `uname -r`
+ - (OSX/FreeBSD) Os release version:
+ - Terminal used:
+ - Font used:
+
+**Additional context**
+
+contents of `~/.config/btop/error.log`
+
+(try running btop with `--debug` flag if error.log is empty)
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 0000000..93fb3ff
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,20 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+title: "[REQUEST]"
+labels: enhancement
+assignees: aristocratos
+
+---
+
+**Is your feature request related to a problem? Please describe.**
+A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
+
+**Describe the solution you'd like**
+A clear and concise description of what you want to happen.
+
+**Describe alternatives you've considered**
+A clear and concise description of any alternative solutions or features you've considered.
+
+**Additional context**
+Add any other context or screenshots about the feature request here.