Skip to content

Commit

Permalink
Merge branch 'release/v0.1.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
Luphia1984 committed Jul 8, 2024
2 parents 94b038f + 26dbb93 commit 0e7a51b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/02-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ body:
description: "Select any dependencies for this task."
multiple: true
options:
- None
- API Availability
- Design Mockups
- Backend Support
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/03-document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ body:
description: "Select any dependencies for this task."
multiple: true
options:
- None
- API Documentation
- Design Specifications
- Code Samples
Expand Down
8 changes: 5 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iSunFA",
"version": "0.1.7",
"version": "0.1.7+1",
"private": false,
"scripts": {
"dev": "next dev",
Expand Down Expand Up @@ -90,4 +90,4 @@
"prisma": {
"seed": "ts-node -r tsconfig-paths/register --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
}
}
}

0 comments on commit 0e7a51b

Please sign in to comment.