Skip to content

Latest commit

 

History

History
57 lines (33 loc) · 2.13 KB

CONTRIBUTING.md

File metadata and controls

57 lines (33 loc) · 2.13 KB

Contributing

Submitting bug reports

  • Please search through existing issues to see if a previous bug hasn't already been reported and / or fixed to avoid duplication.
  • Submit a bug report type issue
  • Complete all required sections in the bug report template

Requesting new features

  • Please search through existing issues to see if a previous feature hasn't already been requested and / or added to avoid duplication.
  • Submit a feature request type issue
  • Complete all required sections in the feature request template

Development

This project was generated with Angular CLI

Setup

Run npm install to install the required dependencies.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

Submitting pull requests

Please follow these basic steps to simplify pull request reviews.

  • Please rebase your branch against the latest main branch.
  • Run the npm install command to make sure your dependencies are up-to-date.
  • Please ensure the test suite passes before submitting a PR.
  • If you've added new functionality, please include tests which validate its behavior.
  • Please make reference to possible issues on PR.

Questions and requests for support

Questions and requests for support should not be opened as issues and should be handled in the following ways: