diff --git a/.editorconfig b/.editorconfig index fab77dc55..fc3d197f1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,6 @@ root = true # default configuration [*] charset = utf-8 -end_of_line = crlf trim_trailing_whitespace = true insert_final_newline = true indent_style = space diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index af4b2839c..36c8e811a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -14,14 +14,14 @@ body: label: 🔎 Search Terms description: >- What search terms did you use when trying to find an existing bug report, looking in both open and closed issues? - List them here so people in the future can find this one more easily. + List them here (comma seperated) so people in the future can find this one more easily. - type: textarea # Problem Definition validations: required: true attributes: label: The problem description: >- - Please provide a clear and concise description of the problem you've encountered and what the your + Please provide a clear and concise description of the problem you've encountered and what the expected behavior was. - type: markdown # Environment Section Header attributes: @@ -62,11 +62,12 @@ body: label: Minimum Working Example description: | If you can, providing an MWE to reproduce the issue you're encountering can greatly speed up - investigation into the issue by one of our maintainers, or anyone else in the community who's looking + investigation into the issue by one of our maintainers, or anyone else in the community who's looking to get involved. - + This can be as simple as a script, a link to a repo, etc. - render: yaml + If using a script please wrap with triple backticks and language. EG: + ` ```javascript ` - type: textarea # Additional Information attributes: label: Additional information diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 412fb9da8..3e7fa6369 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false contact_links: + - name: Have a formatting issue or feature request? + url: https://github.com/winstonjs/logform/issues/new/choose + about: Please search and report @ WinstonJS/Logform - name: Need help using Winston? url: https://stackoverflow.com/questions/tagged/winston about: Please look on StackOverflow first to see if someone has already answered your question. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 84b21eb0e..b6ba55d3f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -14,7 +14,7 @@ body: label: 🔎 Search Terms description: >- What search terms did you use when trying to find an existing feature request, looking in both open and closed issues? - List them here so people in the future can find this one more easily. + List them here (comma seperated) so people in the future can find this one more easily. - type: textarea # Feature Definition validations: required: true @@ -31,7 +31,6 @@ body: label: Use case description: | If you desire you can provide use cases for the requested feature. - render: yaml - type: textarea # Additional Information attributes: label: Additional information