diff --git a/libraries/ArduinoJoystickLibrary/.github/ISSUE_TEMPLATE/bug_report.md b/libraries/ArduinoJoystickLibrary/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..026cd45 --- /dev/null +++ b/libraries/ArduinoJoystickLibrary/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,29 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +## Description of Issue +Enter description of issue here. Include a clear and concise description of what you expected to happen and what actually happened. + +## Technical Details + +- Arduino Board (e.g. Arduino Leonardo): +- Host OS (e.g. Windows 10): +- Arduino IDE Version (e.g. 1.8.3): + +## Sketch File that Reproduces Issue + +~~~ +Sketch file goes here (if applicable) +~~~ + +## Wiring Details +Any pin wiring details that may be relevant. + +## Additional context +Add any other context about the problem here. diff --git a/libraries/ArduinoJoystickLibrary/.github/ISSUE_TEMPLATE/feature_request.md b/libraries/ArduinoJoystickLibrary/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..7059601 --- /dev/null +++ b/libraries/ArduinoJoystickLibrary/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,14 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Describe your feature request** +A clear and concise description of what you feature you would like to see added to the library. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/libraries/ArduinoJoystickLibrary/.github/ISSUE_TEMPLATE/support-new-board.md b/libraries/ArduinoJoystickLibrary/.github/ISSUE_TEMPLATE/support-new-board.md new file mode 100644 index 0000000..8b035ea --- /dev/null +++ b/libraries/ArduinoJoystickLibrary/.github/ISSUE_TEMPLATE/support-new-board.md @@ -0,0 +1,10 @@ +--- +name: Support new board +about: Suggest a new board to support +title: '' +labels: '' +assignees: '' + +--- + +Please indicate which board you would like to see supported.