Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Bug report
about: Create a report to help us improve
labels: 'bug'

---

## Describe the bug
A clear and concise description of what the bug is.

## To Reproduce
Steps to reproduce the behavior OR commands run:
1. Go to '...'
2. Click on '....'
3. Enter value '...'
4. See error

## Expected behavior
A clear and concise description of what you expected to happen.

## Stacktraces / Screenshots
If applicable, add anonymized stacktraces and screenshots to help explain your problem.

## Desktop (please complete the following information):
- OS: [e.g. iOS]
- Version [e.g. 22]

## Additional context
Add any other context about the problem here.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Feature request
about: Suggest an idea for this project
labels: 'enhancement'

---

## Background
A clear and concise description of where the limitation lies.

## Feature
A description of the requested feature.

## Example [Optional]
A simple example if applicable.

## Proposed Solution [Optional]
Solution Ideas:
1.
2.
3.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Research Question
about: Ask a question that needs to be researched
labels: 'question'

---

## Question

## Context / Motivation / Practical application

## Existing information
Links to blogs, docs, stackoverflow, colleagues' opinions etc.

## Experiments / Observations [Optional]
If needed, experiments can be tasks of their own

## Conclusion

1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,7 @@
<exclude>**/.gitkeep</exclude>
<exclude>src/main/resources/banner.txt</exclude>
<exclude>**/CODEOWNERS</exclude>
<exclude>**/ISSUE_TEMPLATE/*.md</exclude>
<exclude>ui/.angular/**</exclude>
<exclude>ui/**.json</exclude>
<exclude>ui/e2e/tsconfig.json</exclude>
Expand Down