From eb3346fe2f80ef6685a359af04c87e4d3b479ad4 Mon Sep 17 00:00:00 2001 From: deltax Date: Tue, 9 Jan 2018 20:51:56 +0100 Subject: [PATCH 1/4] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 37 +++++++++++++++++++++---------------- 1 file changed, 21 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 673eba2..e9b48fd 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,26 +1,31 @@ + -``` -#Paste the output here -``` +#### Output of `zmanage info`: + ``` + #In a terminal, run `zmanage info` and paste the output here + ``` -- gist of .zimrc: -- gist of .zshrc: +##### Gist of .zimrc: + ``` + #Paste the output here + ``` +##### Gist of .zshrc: + ``` + #Paste the output here + ``` -Description ------------ - - -Steps to reproduce ------------------- - - -Images or other information ---------------------------- +#### Description +#### If the current behaviour is a bug, please provide the steps to reproduce it. + +#### If this is a feature request, what is the motivation or use case for the added feature? +#### Images or other information From 3a626804ce81b7886cd81338731666535909fe54 Mon Sep 17 00:00:00 2001 From: deltax Date: Tue, 9 Jan 2018 21:04:14 +0100 Subject: [PATCH 2/4] Better styleguide - EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs --- .editorconfig | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..36bdf69 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,21 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +max_line_length=120 + +[*.sh] +indent_style = tab +indent_size = 2 +charset = utf-8 +trim_trailing_whitespace = true + +[*.zsh] +indent_style = tab +indent_size = 2 +charset = utf-8 +trim_trailing_whitespace = true + +[*.md] +trim_trailing_whitespace = false From 5b178444091e6c233484b7f6ccdd337e112c31e2 Mon Sep 17 00:00:00 2001 From: deltax Date: Wed, 10 Jan 2018 17:42:15 +0100 Subject: [PATCH 3/4] Update .editorconfig --- .editorconfig | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/.editorconfig b/.editorconfig index 36bdf69..4039ff1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,20 +1,11 @@ root = true [*] +charset = utf-8 end_of_line = lf +indent_size = 2 +indent_style = space insert_final_newline = true -max_line_length=120 - -[*.sh] -indent_style = tab -indent_size = 2 -charset = utf-8 -trim_trailing_whitespace = true - -[*.zsh] -indent_style = tab -indent_size = 2 -charset = utf-8 trim_trailing_whitespace = true [*.md] From 7175e8ac9b07d6ab491aac8317c7904f23fb8c76 Mon Sep 17 00:00:00 2001 From: deltax Date: Thu, 11 Jan 2018 10:41:08 +0100 Subject: [PATCH 4/4] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index e9b48fd..5dbf5e5 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -2,14 +2,12 @@ Note: Please check the existing issues to make sure you're not duplicating a report. - For bug reports, please provide the following information: - In a terminal, run `zmanage info` and paste the output below: --> #### Output of `zmanage info`: ``` - #In a terminal, run `zmanage info` and paste the output here + #Paste the output here ``` ##### Gist of .zimrc: