Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/css gradient johar #68

Merged
merged 13 commits into from
May 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,29 @@ You can start editing the page by modifying `app/page.js`. The page auto-updates

This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.

## Adding a New Feature

If you'd like to add a new feature, please follow these steps:

1. Create a new branch for your feature:

`git checkout -b feature/your-feature-yourname`

Example:

`git checkout -b feature/css-gradient-johar`

2. Implement your feature within the branch.
3. Once your feature is ready, push the branch to the repository:

`git push origin feature/your-feature-yourname`

Example:

`git push origin feature/css-gradient-johar`

4. Submit a pull request for your changes to be reviewed and merged into the main branch.

## Learn More

To learn more about Next.js, take a look at the following resources:
Expand Down
Loading