From ae8f8bda0327d5fd529abdaaae3a790374b86705 Mon Sep 17 00:00:00 2001 From: SMKRV Date: Fri, 29 Nov 2024 00:01:27 +0300 Subject: [PATCH] Release v2.0.2-beta --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .gitignore | 1 + CONTRIBUTING.md | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8cd9736..290b2eb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,7 +3,7 @@ name: Bug report about: Create a report to help us improve title: '' labels: bug -assignees: '' +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 11fc491..0184a87 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,7 +3,7 @@ name: Feature request about: Suggest an idea for this project title: '' labels: enhancement -assignees: '' +assignees: '' --- diff --git a/.gitignore b/.gitignore index 21e2ed7..0c09d39 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ wheels/ Thumbs.db *.psd *.zip +*.txt diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1c6504a..4222dfc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,7 +21,7 @@ We welcome contributions to the HA Text AI project! This document will help you git remote add upstream https://github.com/smkrv/ha-text-ai.git ``` -### 2. Creating a Development Branch +### 2. Creating a Development Branch ```bash # Update the main branch