A simple javascript utility to convert bulleted list of acceptance criteria into GitHub checkable boxes.
- Clone this repository to your local machine.
- Open the file "ac-convert.html" in your preferred browser.
- Copy the acceptance criteria (AC) from the JIRA ticket.
- Paste the AC into the input box on the converter page.
- Click on the "Process" button.
- The resulting GitHub markdown is displayed in the output area below.
- Click the "Copy Code" button to copy the output to your clipboard.