mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 04:47:29 +02:00
Add GitHub issue template
This commit is contained in:
21
.github/ISSUE_TEMPLATE.md
vendored
Normal file
21
.github/ISSUE_TEMPLATE.md
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
When reporting a bug please include the following:
|
||||
|
||||
### Version of Beast
|
||||
|
||||
You can find the version number in <beast/version.hpp>
|
||||
or using the command "git log -1".
|
||||
|
||||
### Steps necessary to reproduce the problem
|
||||
|
||||
A small compiling program is the best. If your code is
|
||||
public, you can provide a link to the repository.
|
||||
|
||||
### All relevant compiler information
|
||||
|
||||
If you are unable to compile please include the type and
|
||||
version of compiler you are using as well as all compiler
|
||||
output including the error message, file, and line numbers
|
||||
involved.
|
||||
|
||||
The more information you provide the sooner your issue
|
||||
can get resolved!
|
Reference in New Issue
Block a user