diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..3ee1198 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,29 @@ +--- +name: Bug Report +about: Create a bug report if something is broken +title: '' +labels: Bug +assignees: '' +--- + +Provide a descriptive summary of the issue. + +**NOTE:** Do not submit bug reports for Synergy here. Only submit issues regarding build scripts relating to this repository. + +### 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 or workarounds. diff --git a/.github/ISSUE_TEMPLATE/update_request.md b/.github/ISSUE_TEMPLATE/update_request.md new file mode 100644 index 0000000..be7a4c2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/update_request.md @@ -0,0 +1,9 @@ +--- +name: Update Request +about: Request an update for Synergy binaries +title: '' +labels: Update +assignees: '' +--- + +Request for a new Synergy build, version [SPECIFY VERSION HERE].