Skip to content

Commit

Permalink
chore: Update bug report template and tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben Carvalho committed Dec 13, 2023
1 parent c958752 commit eaf4d6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
10 changes: 4 additions & 6 deletions .github/ISSUE_TEMPLATE/1_bug_report.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Bug Report
description: Report a bug
title: '[Bug]: '
title: "[Bug]: "
labels: bug
body:
- type: markdown
Expand Down Expand Up @@ -55,10 +55,8 @@ body:
label: Code of Conduct
description: Please confirm the following
options:
- label:
I agree to follow this project's [Code of
- label: I agree to follow this project's [Code of
Conduct](https://github.com/cloudscape-design/components/blob/main/CODE_OF_CONDUCT.md)
required: true
- label:
I checked the [current
issues](https://github.com/cloudscape-design/components/issues) for duplicate problems
- label: I checked the current issues on [this](https://github.com/cloudscape-design/code-view/issues) and
[main](https://github.com/cloudscape-design/components/issues) repositories for duplicate problems
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"compilerOptions": {
"outDir": "dist",
"target": "es2020",
"target": "es2019",
"module": "esnext",
"jsx": "react-jsx",
"types": [],
"lib": [
"es2020",
"es2019",
"dom"
],
"importHelpers": true,
Expand Down

0 comments on commit eaf4d6d

Please sign in to comment.