We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:
- Reporting a bug
- Discussing the current state of the code
- Submitting a fix
- Proposing new features
- Becoming a maintainer
We use github to host code, to track issues and feature requests, as well as accept pull requests.
We Use Github Flow, So All Code Changes Happen Through Pull Requests
Pull requests are the best way to propose changes to the codebase (we use Github Flow). We actively welcome your pull requests:
Please keep in mind that we are working part-time on this project so try to keep each new pull requests as close to a single new feature as possible.
This will greatly reduce our work load in reviewing your request.
- Fork the repo and create your branch from
master
. - If you've changed APIs or behavior, update the README.md documentation.
- Issue that pull request!
In short, when you submit code changes, your submissions are understood to be under the same MIT License that covers the project. Feel free to contact the maintainers if that's a concern.
Report bugs using Github's issues
We use GitHub issues to track public bugs. Report a bug by opening a new issue; it's that easy!
Please describe what you observe on the display or any error messages
- MCU: ??? ATmega2560, ESP32, etc.
- Display with link: ??? Adafruit ILI9341 2.8" resistive (https://www.adafruit.com/product/1651)
- GUIslice config selected: ???
ard-adagfx-ili9341-stmpe610
Most display/touch issues can be identified by working through the steps in the Configuring GUIslice guide.
Please confirm whether:
- Display works correctly with standalone display driver library examples (eg. TFT_eSPI graphicstest, Adafruit graphicstest, etc.) without GUIslice: ???
- Touch works correctly with standalone touch library examples without GUIslice: ???
A description of what you expected to happen
Please copy any startup messages / errors reported to the serial monitor window here. You can enable all error messages by setting DEBUG_ERR 2
in the GUIslice config file.
Add any other context about the problem here. Package a broken project folder in a zip file and include GUIsliceBuilder/logs/builder.logs/builder
Borrowing these from Facebook's Guidelines
- 2 spaces for indentation rather than tabs
By contributing, you agree that your contributions will be licensed under its MIT License.
This document was adapted from the open-source contribution guidelines for Facebook's Draft