Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 873 Bytes

contributing.md

File metadata and controls

14 lines (9 loc) · 873 Bytes

Contributing to DiscordHotline

  1. Fork this repository to your own GitHub account and then clone it to your local device.
  2. Install the dependencies: npm install
  3. Build and run locally (instructions for this should be found in the repository you are contributing to)

Linting

Make sure your changes follow any linting we have set up (best guess is to run npm run lint).

Sending in a Pull Request

When you send in a pull request, please follow the Angular Commit Message Conventions. Our travis builds are set up to release changes based on the wording in the commit message, using semantic-release.