Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.24 KB

CONTRIBUTING.md

File metadata and controls

42 lines (28 loc) · 1.24 KB

Contributing to santospatrick/nextjs-boilerplate-advanced

First of all thanks for having the will to help out 😇

Getting Started

You should have experience in:

  • React.js
  • Next.js
  • Typescript
  • Chakra-UI

Skills

  • Developing applications in React including component design and state management
  • Basic front end JavaScript/TypeScript experience
  • General understanding of CI/CD pipelines (we use Netlify)
  • Ensure compatibility of code across devices and viewport sizes

Developing

  1. Fork this repo into your account

  2. Clone your new repo in your machine:

git clone https://github.com/your-username/nextjs-boilerplate-advanced.git
  1. Open a new branch to start working in your changes:
git checkout -b feature/new-awesome-component
git push --set-upstream origin $(git_current_branch)
  1. After you work in your changes, open a new pull request

  2. Ask someone to review it (you can do it by adding "Reviewers" in your PR)

  3. Wait and be patient with reviewers, as they might ask for some changes

  4. Done 🎉