.github/ISSUE_TEMPLATE/feature_request.md
---
name: Feature request
about: Request a new feature (or a modification to an existing feature)
title: ''
labels: enhancement, triage
assignees: ''
---
_Thank you for making a feature request! We appreciate it very much. GitHub Issues are a big input into the priorities for Pact-JS development_
_All italic text in this template is safe to remove before submitting_
_Thanks again!_
### Checklist
_This checklist is optional, but studies show that people who have followed it checklist are really excellent people and we like them_
Before making a feature request, I have:
- [ ] [Searched the issues to check that this feature hasn't been requested before](https://github.com/pact-foundation/pact-js/issues?q=is%3Aissue)
- [ ] Checked the documentation to see if it is possible to do what I want already
### Feature description
_Please describe what you would like Pact-js to do_
### Use case
_What is the use case that motivates this feature request?_
_Please describe *why* you would like Pact-js to have this feature._