diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2ded2c4..17f3dec 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug report about: Create a report to help us improve -title: '' +title: 'bug: ' labels: ["bug"] assignees: '' @@ -34,4 +34,4 @@ If applicable, add logs/screenshots to give more information about the issue. - Dart: [e.g., 1.24.3] **Additional context** -Add any other context about the problem here. \ No newline at end of file +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bcaf1d9..990212e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,7 @@ --- name: Feature request -about: Suggest an idea for this project -title: '' +about: A new feature to be added to the project +title: 'feat: ' labels: ["enhancement"] assignees: '' @@ -17,4 +17,4 @@ A clear and concise description of what you want to happen. A clear and concise description of any alternative solutions or features you've considered. **Additional context** -Add any other context or screenshots about the feature request here. \ No newline at end of file +Add any other context or screenshots about the feature request here. diff --git a/.github/workflows/build_IPA_app_store.yml b/.github/workflows/build_IPA_app_store.yml index 9d6d05c..a497a79 100644 --- a/.github/workflows/build_IPA_app_store.yml +++ b/.github/workflows/build_IPA_app_store.yml @@ -1,9 +1,6 @@ name: Build IPA for App Store on: - pull_request: - branches: - - "*" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: