mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-02 05:24:50 +02:00
Introduce issue forms and update debug output for forms (#2160)
* chore(issue forms): introduce issue forms and update debug output * update links to our code of conduct * added double-check mechanism * Update .github/ISSUE_TEMPLATE/bug_report_form.yml Co-authored-by: William Desportes <williamdes@wdes.fr> Co-authored-by: Frederic Werner <20406381+wernerfred@users.noreply.github.com> Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com> Co-authored-by: Casper <casperklein@users.noreply.github.com>
This commit is contained in:
parent
00c8a7b07f
commit
061ecf6365
5 changed files with 251 additions and 88 deletions
7
target/bin/print-environment
Normal file
7
target/bin/print-environment
Normal file
|
@ -0,0 +1,7 @@
|
|||
#! /bin/bash
|
||||
|
||||
# shellcheck source=../scripts/helper-functions.sh
|
||||
. /usr/local/bin/helper-functions.sh
|
||||
|
||||
_notify 'inf' 'Printing environment variables. Make sure no sensitive data is copied.'
|
||||
grep ^export /root/.bashrc | sed 's|export ||'
|
Loading…
Add table
Add a link
Reference in a new issue