Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
name: Bug Report
about: There are no bugs here. But just in case...

---
# Bug Report
Thank you for filing a bug report! The more information you
can give us about your development environment, toolchain,
actions leading up to the bug, or any other contextual
information, the faster we'll be able to verify and diagnose
what went wrong.

At a minimun, please be sure to include the library version
you were working with. If you were trying to compile it from
source, please be sure to specify the compiler, compiler
version, operating system, operating system version, the
build system you used to generate the project, and whether
you were building from a source distribution or from version
control.

If you have no idea what any or all of the above terms mean,
you are always welcome to submit a bug report anyways, but
please remember the Fundamental Theorem of Bug Report
Submissions:

> The amount of information in a bug report is directly
proportional to its resolution speed.

## Checklist
Please do your best to include the following items with your
bug report.

### The Bare Minimum
Remember that this is the **minimum** required information.
More is always more helpful.

- [ ] [libcheck](https://github.com/libcheck/check) version
- [ ] Operating system
- [ ] Compiler

## Additional Information
Please be sure to include any additional information you
think may be helpful in helping us diagnose, understand, or
replicate the problem.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: true