Skip to content

Commit 67305dc

Browse files
authored
Merge pull request #1329 from dodona-edu/issue-templates
Add issue templates
2 parents 681e153 + 028033c commit 67305dc

4 files changed

+103
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: Bug report for Dolos CLI
3+
about: Report a bug found with the Dolos CLI or docker iamge
4+
title: ''
5+
labels: bug, Dolos CLI
6+
assignees: rien
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
- What files were you analyzing? How many?
16+
- What command did you run? Which command line options?
17+
- Which error do you get?
18+
19+
**Expected behavior**
20+
A clear and concise description of what you expected to happen.
21+
22+
**Screenshots**
23+
If applicable, add screenshots to help explain your problem.
24+
25+
**Your environment (please complete the following information):**
26+
- OS: [e.g. Windows, Mac]
27+
- Browser: [if applicable, e.g. chrome, safari, firefox]
28+
29+
Please run `dolos --version` and paste the result:
30+
```console
31+
[user@system:~]$ dolos --version
32+
output here
33+
```
34+
35+
**Additional context**
36+
Add any other context about the problem here.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: Bug report for the Dolos web app
3+
about: Report a bug found with the web app (https://dolos.ugent.be/server)
4+
title: ''
5+
labels: bug, Dolos Online
6+
assignees: rien
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Desktop (please complete the following information):**
27+
- OS: [e.g. Windows, Mac]
28+
- Browser: [e.g. chrome, safari, firefox]
29+
- Version: [e.g. v2.4.2, see bottom left corner]
30+
31+
32+
**Additional context**
33+
Add any other context about the problem here. What files were you analyzing? Which language? How many? Only attach files here if they are not privacy sensitive.
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Programming language request
3+
about: Request support for a new programming language here
4+
title: 'Programmign language request:'
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**What programming language do you want Dolos to support?**
11+
12+
13+
**(Optionally) Is there a tree-sitter parser for this language?**
14+
See if you can find a parser matching your language on this page: https://tree-sitter.github.io/tree-sitter/#parsers

0 commit comments

Comments
 (0)