Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
vadere
vadere
Commits
9bd22960
Commit
9bd22960
authored
Nov 28, 2018
by
Benedikt Kleinmeier
Browse files
Added issue templates for GitLab under ".gitlab/" directory.
parent
9950c9b5
Pipeline
#77418
failed with stages
in 101 minutes and 46 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab/issue_templates/Bug.md
0 → 100644
View file @
9bd22960
<!---
Please read this!
Before opening a new issue, make sure to search for keywords in the issues
filtered by the "Bug" or "Broken" label:
https://gitlab.lrz.de/vadere/vadere/issues
--->
### Summary
What is the problem you observed?
### What is the current *bug* behavior?
What actually happens?
### What is the expected *correct* behavior?
What you should see instead?
### Steps to reproduce
How can you reproduce the issue?
### Relevant data
-
[If you report a bug] Git branch name and commit hash: branch/hash
-
[If you report a bug in a scenario] Please, provide the scenario file. No matter how simple the scenario is.
### Logs and outputs
[If relevant] Provide log files or console output with error/warning message.
Please, use code blocks (backticks) and if it is much text encapsulate the text in
`<details>`
tag:
<details>
<summary>
Expand file xy...
</summary>
<pre>
```
Line 1 of log file xy`
Line 2 of log file xy`
```
</pre>
</details>
### Starting point
[If you know it] Starting point in the code for handling the issue (e.g. class name) --> URL to code line in GitLab is also useful.
.gitlab/issue_templates/Feature.md
0 → 100644
View file @
9bd22960
### Problem to solve
### Further details
Include use cases, benefits, and/or goals.
### Links and references
-
https://www.google.com/
-
http://www.vadere.org/
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment