Skip to content

Commit

Permalink
chore(contributing): add file [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
gadicc committed Feb 2, 2021
1 parent 0d5c9d9 commit 1236602
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Contributing to yahoo-finance2

## Development Guidelines

**Default branch: devel**

All PRs should be submitted against the `devel` branch (github default).

**Changing TypeScript Interfaces**

Run `yarn generateSchema` after changing any interfaces, this will regenerate
the `schema.json` file which is used for run-time tests.

**Commit Messages**

Commit messages should follow the
[conventionalcommits](https://www.conventionalcommits.org/) standard
(basically Angular). This is important as we use
[semantic-release](https://github.com/semantic-release/semantic-release)
to automate releases and [CHANGELOG](./CHANGELOG.md) entries when we merge
back to master.

0 comments on commit 1236602

Please sign in to comment.