Skip to content

Commit 1943930

Browse files
authored
Add issue template support
1 parent be11dcf commit 1943930

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/support.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: Support
3+
about: Please log issues via support.mendix.com or contact the devs directly here
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
Please log your issues via http://support.mendix.com for the best assistance.
11+
12+
When you like to discuss complex technical issues, improvements, pull requests, questions, or suggestions feel free to contact us directly via this GitHub issue.
13+
14+
**Reporting Bugs**
15+
When reporting bugs, please follow these guidelines to ensure quick responses:
16+
17+
**Describe the bug**
18+
Write a clear and concise description of what the bug is.
19+
20+
**To Reproduce**
21+
Give a few steps to reproduce the behavior. For example:
22+
1. Go to '...'
23+
2. Click on '....'
24+
3. Scroll down to '....'
25+
4. See error
26+
27+
**Expected behavior**
28+
A clear and concise description of what you expected to happen.
29+
30+
**Screenshots, gif animation**
31+
If applicable, add screenshots to illustrate your problem. For bugs which feature objects in motion, record your issue with a free tool like https://www.screentogif.com/.
32+
33+
**Add sample project**
34+
Create a minimalistic test Mendix test project which only contains the issue case. Please do not post any `private` data in public tickets.
35+
36+
Thank you

0 commit comments

Comments
 (0)