diff --git a/.editorconfig b/.editorconfig index 8e77927..dd1bf85 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,19 +1,27 @@ # Editor config file, see http://editorconfig.org/ root = true -#are there any other file formats that requrie tabs? [*] charset = utf-8 indent_style = space -end_of_line = lf #verified v/sv +end_of_line = lf insert_final_newline = true -trim_trailing_whitespace = true #validated c +trim_trailing_whitespace = true -[*.{h,cpp,tcl,v,sv,html}] -indent_size = 2 #validated +[{*.{h,cpp,cc,tcl,v,sv,html,sh,cmake},CMakeLists.txt}] +indent_size = 2 [*.py] indent_size = 4 [Makefile] indent_style = tab + +# Ignore third_party directory +[/third_party/**] +charset = unset +indent_style = unset +end_of_line = unset +insert_final_newline = unset +trim_trailing_whitespace = unset +indent_size = unset diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 5b6e9cb..0000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -name: Generic Issue Template -about: A standard issue template to use in all Symbiflow repositories. Adapted from [*Open Source Templates*](https://www.talater.com/open-source-templates/#/) by Tal Ater. ---- - - -## Expected Behavior - - - -## Current Behavior - - - -## Possible Solution - - - -## Steps to Reproduce (for bugs) - - -1. -2. -3. -4. - -## Context - - - -## Your Environment - -* Version used: -* Environment name and version (e.g. Chrome 39, node.js 5.4): -* Operating System and version (desktop or mobile): -* Link to your project: - diff --git a/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE-BUG.md b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE-BUG.md new file mode 100644 index 0000000..d63a7df --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE-BUG.md @@ -0,0 +1,38 @@ +--- +name: Bug Report +title: Bug Report +about: A standard issue template to use in all Symbiflow repositories. Adapted from Open Source Templates by Tal Ater. +labels: bug +--- + + +## Description + + +## Expected Behavior + + +## Actual Behavior + + +## Possible Fix + + +## Steps to Reproduce + + +1. +2. +3. +4. + +## Context + + +## Your Environment + +* Version used: +* Environment name and version (e.g. Chrome 39, node.js 5.4): +* Operating System and version (desktop or mobile): +* Link to your project: + diff --git a/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE-FEATURE.md b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE-FEATURE.md new file mode 100644 index 0000000..fb6e82c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE-FEATURE.md @@ -0,0 +1,24 @@ +--- +name: New Feature/Improvement +about: A standard issue template to use in all Symbiflow repositories. Adapted from Open Source Templates by Tal Ater. +labels: enhancement +--- + + +## Detailed Description + + +## Context + + + +## Possible Implementation + + +## Your Environment + +* Version used: +* Environment name and version (e.g. Chrome 39, node.js 5.4): +* Operating System and version (desktop or mobile): +* Link to your project: +