# How to Contribute

## Bug Reports

Our project isn't always perfect, but we strive to always improve on that work. Please report any bugs by [filing an issue](https://github.com/factset/enterprise-sdk-utils-typescript/issues/new).

## Feature Requests

We're always looking for suggestions to improve this project. If you have a suggestion for improving an existing feature, or would like to suggest a completely new feature, please [file an issue](https://github.com/factset/enterprise-sdk-utils-typescript/issues/new).

## Pull Requests

Along with our desire to hear your feedback and suggestions, we're also interested in accepting direct assistance in the form of new code or documentation.

We ask that you please file a [bug report](#bug-reports) or [feature request](#feature-requests) first to make sure your change isn't already being worked on, then [open a pull request](https://github.com/factset/enterprise-sdk-utils-typescript/compare) with the code change.

## Testing

Tests will be run automatically with each pull request, or you can run them locally with `npm test` or `yarn test`.

```bash
npm test
```

```bash
yarn test
```

A unit test coverage HTML page will appear within the `coverage` directory of your workspace root directory.
