Skip to content

Latest commit

 

History

History
50 lines (42 loc) · 1.1 KB

README.md

File metadata and controls

50 lines (42 loc) · 1.1 KB

Would You Web

The official repository for the website wouldyoubot.com.

Quick Links

Contribute Guide

  1. Pull the newest version from the repository
  2. Run
npm install
  1. Start up the project 3.1 Development Server
npm run dev

3.2 SCSS Compiler

npx gulp
  1. Make changes
  2. Create a commit with a descriptive title & detailed description
  3. Push the commit to a new dev branch (as example: dev-17) or your local fork
  4. Open a pull request Done!

Commit Title Schema

  • fix(area*): Title (Bugfixes)
  • feat(area*): Title (New Features)
  • impr(area*): Title (Improvement or small changes)

The area field is optional but recommended. Select the most applicable field from the list below.

Areas

  • Core
  • Auth
  • Packs
  • Home
  • Nav
  • Footer

You can also use a custom area if that would be the best option for your commit.

Contributors

image