Skip to content

Commit

Permalink
Merge pull request #59 from sliitsesc/develop
Browse files Browse the repository at this point in the history
pre-release: 0.2.2
  • Loading branch information
pawan-live authored Sep 17, 2024
2 parents c531916 + 703dcc1 commit 145d25f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 29 deletions.
30 changes: 2 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,3 @@
# Branching Conventions
# SLIITXtreme 3.0 2024 Website

- feat: New feature
- fix: Bug fix
- refactor: Code refactoring
- chore: Other tasks
- build: Deployment/etc related

Ex:

- feat/sw-145-implement-countdown-timer
- fix/sw-167-countdown-timer-refresh-issue
- refactor/sw-51-update-router-paths

# Commit Conventions

- feat: New feature
- fix: Bug fix
- refactor: Code refactoring
- chore: Other tasks
- build: Deployment/etc related

Ex:

- feat: add background image
- fix: remove missing variable
- chore: update readme file

More on: https://www.conventionalcommits.org/
[![Deploy](https://github.com/sliitsesc/sliitxtreme-web-2024/actions/workflows/deploy.yml/badge.svg)](https://github.com/sliitsesc/sliitxtreme-web-2024/actions/workflows/deploy.yml)
2 changes: 1 addition & 1 deletion src/routes/home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function Home() {
<meta property="og:description" content="SLIITXtreme 3.0 - 2024" />
<meta
property="og:image"
content="https://sliitxtreme.ieeesliit.com/images/og_image.png"
content="https://sliitxtreme.ieeesliit.com/images/og_image.jpeg"
/>
</Helmet>

Expand Down

0 comments on commit 145d25f

Please sign in to comment.