diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 3c52212..0000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,16 +0,0 @@ -## Expected Behavior - - -## Actual Behavior - - -## Steps to Reproduce the Problem - -1. -1. -1. - -## Specifications - -- Version: -- Platform: \ No newline at end of file diff --git a/melos.yaml b/melos.yaml index b7c9b57..3f50c12 100644 --- a/melos.yaml +++ b/melos.yaml @@ -178,6 +178,8 @@ scripts: --ignore "**/GeneratedPluginRegistrant.*" \ --ignore "**/flutter_export_environment.sh" \ --ignore "**/FlutterGeneratedPluginSwiftPackage/**" \ + --ignore ".github/PULL_REQUEST_TEMPLATE.md" \ + --ignore ".github/ISSUE_TEMPLATE/**" \ . description: Add a license header to all necessary files. @@ -195,5 +197,7 @@ scripts: --ignore "**/GeneratedPluginRegistrant.*" \ --ignore "**/flutter_export_environment.sh" \ --ignore "**/FlutterGeneratedPluginSwiftPackage/**" \ + --ignore ".github/PULL_REQUEST_TEMPLATE.md" \ + --ignore ".github/ISSUE_TEMPLATE/**" \ . description: Add a license header to all necessary files.