diff --git a/.github/ISSUE_TEMPLATE/02-feature.yml b/.github/ISSUE_TEMPLATE/02-feature.yml index 8dff54c04..f1468a73b 100644 --- a/.github/ISSUE_TEMPLATE/02-feature.yml +++ b/.github/ISSUE_TEMPLATE/02-feature.yml @@ -31,7 +31,6 @@ body: description: "Select any dependencies for this task." multiple: true options: - - None - API Availability - Design Mockups - Backend Support diff --git a/.github/ISSUE_TEMPLATE/03-document.yml b/.github/ISSUE_TEMPLATE/03-document.yml index e24565bf2..482d19f9e 100644 --- a/.github/ISSUE_TEMPLATE/03-document.yml +++ b/.github/ISSUE_TEMPLATE/03-document.yml @@ -31,7 +31,6 @@ body: description: "Select any dependencies for this task." multiple: true options: - - None - API Documentation - Design Specifications - Code Samples diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b8501ced8..94a8a3580 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,10 +1,10 @@ ### DEVELOP -- [X] Description: What you did in this PR? +- [X] Description: Describe what you did in this PR. (e.g., "Implemented feature X to improve performance") #### Related Issues -- [X] Issue Number: #issue_number +- [X] Issue Number: Link the related issue (e.g., #123) #### Checklist @@ -19,9 +19,11 @@ - [x] new sql: 0 #### UML Diagrams + - None #### Additional Notes + - Ensured all links are up-to-date. - Conducted thorough testing on responsive design changes. -- Documented any notable considerations or edge cases addressed. +- Documented any notable considerations or edge cases addressed. \ No newline at end of file diff --git a/package.json b/package.json index 297614c7d..26d819f03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iSunFA", - "version": "0.1.7", + "version": "0.1.7+1", "private": false, "scripts": { "dev": "next dev", @@ -90,4 +90,4 @@ "prisma": { "seed": "ts-node -r tsconfig-paths/register --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts" } -} +} \ No newline at end of file