Skip to content

avinashcodelabs/agile-poker-planner

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Git Etiquettes

Sample commit messages; choose according to the change you are making.

git commit -m "fix: your commit message here"
git commit -m "feat: your commit message here"
git commit -m "BREAKING CHANGE: your commit message here"
git commit -m "build: your commit message here"
git commit -m "chore: your commit message here"
git commit -m "ci: your commit message here"
git commit -m "docs: your commit message here"
git commit -m "style: your commit message here"
git commit -m "refactor: your commit message here"
git commit -m "perf: your commit message here"
git commit -m "test: your commit message here"

Full list available here - https://www.conventionalcommits.org/en/v1.0.0/#summary