peerplays_migrated/.github/ISSUE_TEMPLATE/build_error.md
Bobinson Bobby 145624d026 github issue templates
build, feature, issue templates
2019-09-03 11:38:05 +05:30

1.5 KiB

name about
Build Error Create a detailed report about an error encountered during the Peerplays build process.

Instructions Please include a detailed Title above. Next, please complete the following sections below:

  • Build Error
  • Build Environment
  • Steps To Reproduce
  • Console Logs (optional)

Finally, press the 'Submit new issue' button. The developers/PBSA Team will evaluate and prioritize your Bug Report for future development.

Build Error Description A clear and concise description of what the build error is.

Build Environment Details about the build environment, including the relevant required libraries. Much of this information can be found in the CMakeFiles/CMakeOutput.log.

  • Host OS: [e.g. Ubuntu 18.04 LTS]
  • Host Physical RAM [e.g. 4GB]
  • Source Branch/Tag: [e.g. master or 2.0.180425]
  • OpenSSL Version: [e.g. 1.1.0g]
  • Boost Version: [e.g. 1.65.1]
  • C++ Compiler: [e.g. gcc version 4.8.5]

Steps To Reproduce Steps to reproduce the behavior (example outlined below):

  1. Using installation guide from this URL...
  2. This is my complete build script...
  3. It fails at this step with the following output...
  4. See the error in the console log below...

Console Logs (optional) Please provide the full console log, including all commands entered and their output. This will allow detailed troubleshooting.

CORE TEAM TASK LIST

  • Evaluate Build Error
  • Provide build guidance
  • Create Bug Report