You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
---
|
|
|
|
name: Bug Report
|
|
|
|
about: Create a bug report if something is broken in the build system.
|
|
|
|
title: ''
|
|
|
|
labels: Bug
|
|
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
|
|
|
|
Provide a descriptive summary of the issue.
|
|
|
|
|
|
|
|
**NOTE:** Do not submit bug reports for the Synergy application here. Only submit issues relating to the build scripts in this repository.
|
|
|
|
|
|
|
|
### System Information
|
|
|
|
|
|
|
|
* Operating System: _[Example: macOS Big Sur 11.5 (20G71)]_
|
|
|
|
* Build Environment: _[Example: Xcode 13.0 beta 3 (13A5192i)]_
|
|
|
|
* Python Version: _[Example: Python 3.10.8]_
|
|
|
|
* Synergy Version: _[Example: Synergy 1.14.0.4-stable]_
|
|
|
|
|
|
|
|
### Steps to Reproduce
|
|
|
|
|
|
|
|
1. Describe any preparation work or required setup, if appropriate;
|
|
|
|
2. Detail the exact steps taken to produce the problem;
|
|
|
|
3. Number each step.
|
|
|
|
|
|
|
|
### Expected Results
|
|
|
|
|
|
|
|
Describe what you expected to happen after completing the steps above.
|
|
|
|
|
|
|
|
### Actual Results
|
|
|
|
|
|
|
|
Describe what actually happened after completing the steps above.
|
|
|
|
|
|
|
|
### Additional Notes
|
|
|
|
|
|
|
|
Provide additional information, such as references to related problems, workarounds, or log text (see example below):
|
|
|
|
|
|
|
|
<details><summary>Log info (click to expand)</summary>
|
|
|
|
|
|
|
|
```
|
|
|
|
Paste log data in here.
|
|
|
|
```
|
|
|
|
</details>
|
|
|
|
|