├── .github └── ISSUE_TEMPLATE.md └── README.md /.github/ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | ### Expected Behavior 2 | 3 | Please tell us what you expected to happen. If possible, include some sample code for us to reproduce what you're seeing. 4 | 5 | ### Actual Behavior 6 | 7 | What happened instead? If you have a screenshot or stack trace of the error, please attach it. 8 | 9 | ### Cevelop Version, Operating System and Compiler 10 | 11 | The more we know about your setup, the easier it will be for us to reproduce the problem. 12 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Cevelop Issue Tracker 2 | 3 | Are you having problems with Cevelop? Want to suggest a new feature? Please [open an issue](https://github.com/Cevelop/Issues/issues/new) and we'll take care of it. 4 | 5 | Please note that we will close all problems caused by Eclipse or the Eclipse C/C++ Development Tools. Please report those directly in the [Eclipse Bug Tracker](https://bugs.eclipse.org/bugs/enter_bug.cgi?product=CDT). If you're in doubt, just report the problem with us. 6 | --------------------------------------------------------------------------------