From eca1ca4fc7c7266e8172745279d79884c5469280 Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Thu, 5 Jul 2018 19:14:25 +0200 Subject: [PATCH] Add .gitattributes and Github issue template --- .gitattributes | 18 ++++++++++++++++++ .github/ISSUE_TEMPLATE.md | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 .gitattributes create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..04dbe59 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,18 @@ +# remove files from deployment using `git archive` + +# git files +.gitattributes export-ignore +.github export-ignore +.gitignore export-ignore + + +# several files and directories we never want to export +# a little bit belt and braces as the most of these files +# should never ever be in the repository + +.*~ export-ignore +.kdev4 export-ignore + +/build export-ignore +/temp export-ignore +/tmp export-ignore diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..ffb5ae0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,35 @@ + + + +##### Expected Behavior + + + +##### Current Behavior + + + +##### Possible Solution + + + +##### Steps to Reproduce (for bugs) + + +1. +2. +3. +4. + +##### Context + + + +##### System Information + +* Distribution & Version: +* Kernel Version: +* Qt Version: +* Network-Manager Version: +* nm-tray Version: +* Package version: