Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 923 Bytes

CONTRIBUTE.MD

File metadata and controls

32 lines (20 loc) · 923 Bytes

Intro

To begin, thanks for your thoughts on contributing!

If you have found an issue or would like to request a new feature, simply create a new issue detailing the request. I also welcome pull requests with an open mind. See below for info on getting started with development and submitting pull requests.

Found an Issue?

If you find a bug in the source code or a mistake in the documentation, you can help by submitting an issue to my GitHub Repository. Even better, you can submit a Pull Request with a fix or solution.

Development Workflow

Install dependencies

npm install

Run dev server

npm run dev

Commit Message

Your commit message should:

  • start with a verb so that I can easily read your commit message this way: "This commit will ..." e.g.: "Fix the home page button" or "Add support for dark mode"