Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 2.07 KB

CONTRIBUTING.md

File metadata and controls

42 lines (34 loc) · 2.07 KB

Contributing to RDS Status-Site

1. How to Start

Read this guide to learn how to clone,fork and raise a PR.

2. Yarn Command Reference

Set-up

yarn install

Development

To run the project yarn run dev.

Production

To do a production build yarn run start.

3. API Contracts

API contracts can be found here.

4. Setting Up Local System

  1. Get Authenticated cookie
    Click this link to redirect to authenticating page.
  2. To get the CORS error resolved follow this doc

5. Prerequisite

  1. Next.js
  2. TypeScript
  3. React TypeScript cheatsheet

6. Raising a Pull Request

  1. Double check the code before every commit/push
  2. Have on-point commit messages
  3. Write useful descriptions and titles
  4. Add comments on your pull request to help guide the reviewer
  5. Make it visual. Add Images or GIFs if needed.
  6. Link the PR to the issue you are working on
  7. Convert the PR to Draft if the work is still in progress