Skip to content

Commit f4d2a18

Browse files
authored
Update github issue templates (#84)
* Update github issue templates * Update changelog
1 parent dcd4ae5 commit f4d2a18

File tree

13 files changed

+53
-38
lines changed

13 files changed

+53
-38
lines changed

.github/ISSUE_TEMPLATE/blank.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: 📝 Blank Issue
3+
about: Blank Issue
4+
title: 📝 <Insert Title>
5+
labels:
6+
assignees: ''
7+
8+
---

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
name: 🐞 Bug Report
3-
about: File a bug report
4-
title: 🐞 <Insert Title>
2+
name: 🐞 Bug Report
3+
about: File a bug report
4+
title: 🐞 <Insert Title>
55
labels: bug
66
assignees: ''
77

@@ -11,17 +11,16 @@ assignees: ''
1111
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.
1212

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

16-
**Tip: Adding screenshots, outputs and logs help to improve clarity.**
16+
**Tip: Adding screenshots, outputs and logs might help to improve clarity.**
1717

1818
# Summary
1919
<!---
2020
Describe the bug: A clear and concise description of what the bug is.
2121
-->
2222

2323
## Reproducing the Issue
24-
2524
Reproducibility: <pick one of> sporadic, regularly, always
2625
<!---
2726
Describe how to reproduce the bug, e.g.:
@@ -31,7 +30,7 @@ Describe how to reproduce the bug, e.g.:
3130
4. See error
3231
-->
3332
### Steps to reproduce the behavior:
34-
1. <step 1>
33+
1. <step 1>
3534
2. <step 2>
3635
3. ....
3736

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

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

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

6160
### System

.github/ISSUE_TEMPLATE/documentation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: 📚 Documentation
2+
name: 📚 Documentation
33
about: Add/Improve Documentation
44
title: 📚 <Insert Title>
55
labels: documentation
@@ -14,7 +14,7 @@ A short summary on what of what needs to be documented or updated.
1414

1515
# Details
1616
<!---
17-
A detailed description about what kind of documentation should be added and/or updated and why.
17+
A detailed description about what kind of documentation should be added and/or updated.
1818
--->
1919

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

3232
# Task(s)
3333
<!---
34-
A task list containing common task associated with this kind of issue, but also tasks specific to this issue.
34+
A task list containing common tasks associated with this kind of issue, but also tasks specific to this issue.
3535
3636
e.g.:
3737
- [ ] Update documentation of XYZ

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ Further references to e.g. other information resources like links to specificati
3636

3737
# Task(s)
3838
<!---
39-
A task list containing common task associated with this kind of issue, but also tasks specific to this issue.
39+
A task list containing common tasks associated with this kind of issue, but also tasks specific to this issue.
4040
4141
e.g.:
42-
- [ ] Refactor XYZ
42+
- [ ] Add feature XYZ
4343
- [ ] Bump version number
4444
- [ ] Update documentation
4545
- [ ] Update changelog

.github/ISSUE_TEMPLATE/refactoring.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: 🔧 Refactoring
3-
about: Refactor
3+
about: Refactor
44
title: 🔧 <Insert Title>
55
labels: refactoring
66
assignees: ''
@@ -36,10 +36,10 @@ Further references to e.g. other information resources like links to specificati
3636

3737
# Task(s)
3838
<!---
39-
A task list containing common task associated with this kind of issue, but also tasks specific to this issue.
39+
A task list containing common tasks associated with this kind of issue, but also tasks specific to this issue.
4040
4141
e.g.:
42-
- [ ] Implement XYZ
42+
- [ ] Implement/Refactor XYZ
4343
- [ ] Add tests for XYZ
4444
- [ ] Bump version number
4545
- [ ] Update changelog

.github/ISSUE_TEMPLATE/security.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ assignees: ''
77

88
---
99

10-
# Summary
11-
<!---
10+
# Summary
11+
<!---
1212
A short summary of the security issue.
1313
--->
1414

@@ -44,7 +44,7 @@ Describe the impact of the vulnerability.
4444

4545
### References
4646
<!---
47-
Links to related issues or other sources like link to CVE.
47+
Links to related issues or other sources like link to CVE.
4848
--->
4949

5050
# Solutions

doc/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Unreleased
1616

1717
* Changed autogenerated comment in version.py for better clarity
1818
* Updated dependencies
19+
* Updated github issue templates
1920

2021
.. _changelog-0.4.0:
2122

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: 📝 Blank Issue
3+
about: Blank Issue
4+
title: 📝 <Insert Title>
5+
labels:
6+
assignees: ''
7+
8+
---

exasol/toolbox/templates/github/ISSUE_TEMPLATE/bug.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,16 @@ assignees: ''
1111
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.
1212

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

16-
**Tip: Adding screenshots, outputs and logs help to improve clarity.**
16+
**Tip: Adding screenshots, outputs and logs might help to improve clarity.**
1717

1818
# Summary
1919
<!---
2020
Describe the bug: A clear and concise description of what the bug is.
2121
-->
2222

2323
## Reproducing the Issue
24-
2524
Reproducibility: <pick one of> sporadic, regularly, always
2625
<!---
2726
Describe how to reproduce the bug, e.g.:
@@ -42,8 +41,8 @@ Describe the expected behaviour: A clear and concise description of what you exp
4241

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

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

6160
### System
@@ -75,4 +74,4 @@ Add any additional context about the problem here.
7574
#### Related Issues (optional)
7675
<!---
7776
Link related issues form the issue tracker here.
78-
-->
77+
-->

exasol/toolbox/templates/github/ISSUE_TEMPLATE/documentation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A short summary on what of what needs to be documented or updated.
1414

1515
# Details
1616
<!---
17-
A detailed description about what kind of documentation should be added and/or updated and why.
17+
A detailed description about what kind of documentation should be added and/or updated.
1818
--->
1919

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

3232
# Task(s)
3333
<!---
34-
A task list containing common task associated with this kind of issue, but also tasks specific to this issue.
34+
A task list containing common tasks associated with this kind of issue, but also tasks specific to this issue.
3535
3636
e.g.:
3737
- [ ] Update documentation of XYZ
3838
- [ ] Bump version number
3939
- [ ] Update changelog
4040
- [ ] ...
41-
--->
41+
--->

0 commit comments

Comments
 (0)