Browse Source

🎉 init: reportbugrc

main
Florian Geiger 2 weeks ago
parent
commit
51c71aeaf1
Signed by: Florian Geiger <geigerfl81129@th-nuernberg.de> GPG Key ID: 554629389DC7E467
2 changed files with 20 additions and 0 deletions
  1. 1
    0
      .gitignore
  2. 19
    0
      .reportbugrc

+ 1
- 0
.gitignore View File

@@ -21,3 +21,4 @@
!/.gitignore
!/.LICENSE
!/.pre-commit-config.yaml
!/.reportbugrc

+ 19
- 0
.reportbugrc View File

@@ -0,0 +1,19 @@
# reportbug preferences file
# character encoding: UTF-8
# Version of reportbug this preferences file was written by
reportbug_version "13.0.1"
# default operating mode: one of: novice, standard, advanced, expert
mode standard
# default user interface
ui text
# offline disables querying information over the network
#offline
# name and email setting (if non-default)
realname "Florian Geiger"
email "kni9p97i@anonaddy.me"
# Disable fallback mode by commenting out the following:
no-cc
list-cc-me
smtphost reportbug.debian.org
# You can add other settings after this line. See
# /etc/reportbug.conf for a full listing of options.

Loading…
Cancel
Save