public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Commit
issue: added architecture as dropdown
deb6f0ba
.github/ISSUE_TEMPLATE/Bug_report.yml | 10 ++++++++++
1 file changed, 10 insertions(+)
Diff
diff --git a/.github/ISSUE_TEMPLATE/Bug_report.yml b/.github/ISSUE_TEMPLATE/Bug_report.yml
index 3cfbbe0d..afa1a27f 100644
--- a/.github/ISSUE_TEMPLATE/Bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/Bug_report.yml
@@ -62,6 +62,16 @@ body:
- nightly
validations:
required: true
+ - type: dropdown
+ attributes:
+ label: "Which architecture are you using?"
+ description: "#### `uname -m`"
+ multiple: false
+ options:
+ - x86
+ - ARM64 (aarch64)
+ validations:
+ required: true
- type: input
attributes:
label: "Operating System:"