Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 1.11 KB

ISSUES.md

File metadata and controls

41 lines (35 loc) · 1.11 KB

ChefSpec Issues

This file documents the steps necessary to report and issue with ChefSpec. Following these guidelines will help ensure your issue is resolved in a timely manner.

Reporting

When you report an issue, please include the following information:

  • What you're trying to accomplish
  • An SSCCE
  • The command you ran
  • What you expected to happen
  • What actually happened
  • The exception backtrace(s), if any
  • What operating system and version
  • Everything output by running env
  • What version of Ruby you are using (run ruby -v)
  • What version of Rubygems you are using (run gem -v)
  • What version of Chef you are using (run knife -v)

Here's a snippet you can copy-paste into the issue and fill out:

(What is the issue? What are you trying to do? What happened?)

- Command: `...`
- OS:
- Ruby:
- Rubygems:
- Chef:
- env:
    ```text
    # Paste your env here
    ```
- Backtrace:
    ```text
    # Paste backtrace here
    ```

Create a ticket describing your problem and include the information above.