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
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/blank.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: πŸ“ Blank Issue
about: Blank Issue
title: πŸ“ <Insert Title>
labels:
assignees: ''

---
19 changes: 9 additions & 10 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: 🐞 Bug Report
about: File a bug report
title: 🐞 <Insert Title>
name: 🐞 Bug Report
about: File a bug report
title: 🐞 <Insert Title>
labels: bug
assignees: ''

Expand All @@ -11,17 +11,16 @@ assignees: ''
In order to improve the time, how long a bugfix does take, please make sure you address as much as possible of the following checklist.

- [ ] I have reproduced the issue with at least the latest released version of \<PROJECT-NAME\>.
- [ ] I have added references to issues that sound similar.
- [ ] I have added references to issues that sound similar in section _Related Issues_.

**Tip: Adding screenshots, outputs and logs help to improve clarity.**
**Tip: Adding screenshots, outputs and logs might help to improve clarity.**

# Summary
<!---
Describe the bug: A clear and concise description of what the bug is.
-->

## Reproducing the Issue

Reproducibility: <pick one of> sporadic, regularly, always
<!---
Describe how to reproduce the bug, e.g.:
Expand All @@ -31,7 +30,7 @@ Describe how to reproduce the bug, e.g.:
4. See error
-->
### Steps to reproduce the behavior:
1. <step 1>
1. <step 1>
2. <step 2>
3. ....

Expand All @@ -42,8 +41,8 @@ Describe the expected behaviour: A clear and concise description of what you exp

## Actual Behaviour
<!---
Describe the actual observed behaviour: A clear and concise description of what you actually to happen.
Screenshot: If applicable, add screenshots to help explain your problem.
Describe the actual observed behaviour: A clear and concise description of what actually happened.
Screenshot: If applicable, add screenshots to help explaining your problem.
-->

## Root Cause (optional)
Expand All @@ -55,7 +54,7 @@ If known
## Context
<!---
Describe the actual observed behaviour: A clear and concise description of what you observed.
Screenshot: If applicable, add screenshots to help explain your problem.
Screenshot: If applicable, add screenshots to help explaining your problem.
-->

### System
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: πŸ“š Documentation
name: πŸ“š Documentation
about: Add/Improve Documentation
title: πŸ“š <Insert Title>
labels: documentation
Expand All @@ -14,7 +14,7 @@ A short summary on what of what needs to be documented or updated.

# Details
<!---
A detailed description about what kind of documentation should be added and/or updated and why.
A detailed description about what kind of documentation should be added and/or updated.
--->

## Background & Context
Expand All @@ -31,7 +31,7 @@ Further references to e.g. other information resources like links to specificati

# Task(s)
<!---
A task list containing common task associated with this kind of issue, but also tasks specific to this issue.
A task list containing common tasks associated with this kind of issue, but also tasks specific to this issue.

e.g.:
- [ ] Update documentation of XYZ
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ Further references to e.g. other information resources like links to specificati

# Task(s)
<!---
A task list containing common task associated with this kind of issue, but also tasks specific to this issue.
A task list containing common tasks associated with this kind of issue, but also tasks specific to this issue.

e.g.:
- [ ] Refactor XYZ
- [ ] Add feature XYZ
- [ ] Bump version number
- [ ] Update documentation
- [ ] Update changelog
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/refactoring.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: πŸ”§ Refactoring
about: Refactor
about: Refactor
title: πŸ”§ <Insert Title>
labels: refactoring
assignees: ''
Expand Down Expand Up @@ -36,10 +36,10 @@ Further references to e.g. other information resources like links to specificati

# Task(s)
<!---
A task list containing common task associated with this kind of issue, but also tasks specific to this issue.
A task list containing common tasks associated with this kind of issue, but also tasks specific to this issue.

e.g.:
- [ ] Implement XYZ
- [ ] Implement/Refactor XYZ
- [ ] Add tests for XYZ
- [ ] Bump version number
- [ ] Update changelog
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ assignees: ''

---

# Summary
<!---
# Summary
<!---
A short summary of the security issue.
--->

Expand Down Expand Up @@ -44,7 +44,7 @@ Describe the impact of the vulnerability.

### References
<!---
Links to related issues or other sources like link to CVE.
Links to related issues or other sources like link to CVE.
--->

# Solutions
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Unreleased

* Changed autogenerated comment in version.py for better clarity
* Updated dependencies
* Updated github issue templates

.. _changelog-0.4.0:

Expand Down
8 changes: 8 additions & 0 deletions exasol/toolbox/templates/github/ISSUE_TEMPLATE/blank.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: πŸ“ Blank Issue
about: Blank Issue
title: πŸ“ <Insert Title>
labels:
assignees: ''

---
13 changes: 6 additions & 7 deletions exasol/toolbox/templates/github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,16 @@ assignees: ''
In order to improve the time, how long a bugfix does take, please make sure you address as much as possible of the following checklist.

- [ ] I have reproduced the issue with at least the latest released version of \<PROJECT-NAME\>.
- [ ] I have added references to issues that sound similar.
- [ ] I have added references to issues that sound similar in section _Related Issues_.

**Tip: Adding screenshots, outputs and logs help to improve clarity.**
**Tip: Adding screenshots, outputs and logs might help to improve clarity.**

# Summary
<!---
Describe the bug: A clear and concise description of what the bug is.
-->

## Reproducing the Issue

Reproducibility: <pick one of> sporadic, regularly, always
<!---
Describe how to reproduce the bug, e.g.:
Expand All @@ -42,8 +41,8 @@ Describe the expected behaviour: A clear and concise description of what you exp

## Actual Behaviour
<!---
Describe the actual observed behaviour: A clear and concise description of what you actually to happen.
Screenshot: If applicable, add screenshots to help explain your problem.
Describe the actual observed behaviour: A clear and concise description of what actually happened.
Screenshot: If applicable, add screenshots to help explaining your problem.
-->

## Root Cause (optional)
Expand All @@ -55,7 +54,7 @@ If known
## Context
<!---
Describe the actual observed behaviour: A clear and concise description of what you observed.
Screenshot: If applicable, add screenshots to help explain your problem.
Screenshot: If applicable, add screenshots to help explaining your problem.
-->

### System
Expand All @@ -75,4 +74,4 @@ Add any additional context about the problem here.
#### Related Issues (optional)
<!---
Link related issues form the issue tracker here.
-->
-->
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A short summary on what of what needs to be documented or updated.

# Details
<!---
A detailed description about what kind of documentation should be added and/or updated and why.
A detailed description about what kind of documentation should be added and/or updated.
--->

## Background & Context
Expand All @@ -31,11 +31,11 @@ Further references to e.g. other information resources like links to specificati

# Task(s)
<!---
A task list containing common task associated with this kind of issue, but also tasks specific to this issue.
A task list containing common tasks associated with this kind of issue, but also tasks specific to this issue.

e.g.:
- [ ] Update documentation of XYZ
- [ ] Bump version number
- [ ] Update changelog
- [ ] ...
--->
--->
6 changes: 3 additions & 3 deletions exasol/toolbox/templates/github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ Further references to e.g. other information resources like links to specificati

# Task(s)
<!---
A task list containing common task associated with this kind of issue, but also tasks specific to this issue.
A task list containing common tasks associated with this kind of issue, but also tasks specific to this issue.

e.g.:
- [ ] Refactor XYZ
- [ ] Add feature XYZ
- [ ] Bump version number
- [ ] Update documentation
- [ ] Update changelog
- [ ] ...
--->
--->
6 changes: 3 additions & 3 deletions exasol/toolbox/templates/github/ISSUE_TEMPLATE/refactoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ Further references to e.g. other information resources like links to specificati

# Task(s)
<!---
A task list containing common task associated with this kind of issue, but also tasks specific to this issue.
A task list containing common tasks associated with this kind of issue, but also tasks specific to this issue.

e.g.:
- [ ] Implement XYZ
- [ ] Implement/Refactor XYZ
- [ ] Add tests for XYZ
- [ ] Bump version number
- [ ] Update changelog
- [ ] ...
--->
--->
2 changes: 1 addition & 1 deletion exasol/toolbox/templates/github/ISSUE_TEMPLATE/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ Describe possible solution(s), how to address this issue.
# Credit
<!--
Whom to thank, kudos for the reporter(s)
-->
-->