Skip to content

Commit 8107272

Browse files
authored
Merge branch 'master' into feature/142-add-the-ability-to-list-class-constructor-parameter-names
2 parents 2f0e5df + 57c7606 commit 8107272

File tree

12 files changed

+109
-44
lines changed

12 files changed

+109
-44
lines changed

.editorconfig

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,19 @@ indent_size = 4
2626
indent_style = space
2727
insert_final_newline = true
2828

29-
[*.{java,scala,js,json,css}]
29+
[*.{java,scala,js,json,css,ts}]
3030
indent_size = 2
3131
indent_style = space
3232
insert_final_newline = true
3333
max_line_length = 120
3434

3535
[*.md]
36-
trim_trailing_whitespace = false
36+
max_line_length = 120
37+
insert_final_newline = true
38+
39+
[*.{sql,dd}]
40+
indent_size = 4
41+
indent_style = space
42+
end_of_line = crlf
43+
insert_final_newline = true
44+
max_line_length = 120

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,10 @@
2727
# Also if a repo is accessed in Windows via a file share from Linux, the scripts will work too
2828
*.cmd text eol=crlf
2929
*.bat text eol=crlf
30+
31+
# Treat certain files as binary
32+
*.png binary
33+
*.ttf binary
34+
*.jar binary
35+
*.pdf binary
36+
*.pptx binary

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Bug report
33
about: Create a report to help us improve
44
labels: 'bug'
5-
5+
type: 'Bug'
66
---
77

88
## Describe the bug
@@ -18,6 +18,10 @@ Steps to reproduce the behavior OR commands run:
1818
## Expected behavior
1919
A clear and concise description of what you expected to happen.
2020

21+
## Business Value
22+
The business value of the requested bugfix.
23+
You can also refer to the reporting team to confirm that the issue has been fixed.
24+
2125
## Screenshots
2226
If applicable, add screenshots to help explain your problem.
2327

.github/ISSUE_TEMPLATE/epic.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Epic
33
about: A larger task consisting of more deliverables
44
labels: 'epic'
5-
5+
type: 'Epic'
66
---
77

88
## Background
@@ -11,8 +11,7 @@ A clear and concise intro into the situation.
1111
## Goal
1212
The goal that epic wants to achieve.
1313

14-
## Expected Task List [Optional]
15-
A list of expected issues that will be needed to achieve this Epic
16-
1.
17-
2.
18-
3.
14+
## Business Value
15+
The business value of achieving the goal.
16+
17+
[Add actionable subtasks or even epics]

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Feature request
33
about: Suggest an idea for this project
44
labels: 'enhancement'
5-
5+
type: 'Feature'
66
---
77

88
## Background
@@ -11,6 +11,9 @@ A clear and concise description of where the limitation lies.
1111
## Feature
1212
A description of the requested feature.
1313

14+
## Business Value
15+
The business value of the requested feature.
16+
1417
## Example [Optional]
1518
A simple example if applicable.
1619

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Operative assignment
3+
about: Issue template for an assignment about setting up the project, it's management or documentation. Usually not touching the codebase.
4+
labels: 'infrastructure,no RN'
5+
type: 'Task'
6+
---
7+
8+
## The assignment
9+
10+
Short description of the assignment.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/release.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Release vX.Y.0
2+
title: Create a release of vX.Y.0
33
name: Release
4-
about: Create release notes
5-
labels: 'release'
6-
4+
about: Create a release and release notes
5+
labels: 'documentation,infrastructure,no RN'
6+
type: 'Task'
77
---
88

99
## Background
10-
Release branch for vX.Y.0.
10+
Version vX.Y.0 can be released, including its release notes

.github/ISSUE_TEMPLATE/spike.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: Spike
3+
about: Issue template for spikes, research and investigation tasks
4+
labels: 'spike'
5+
type: 'Task'
6+
---
7+
8+
## Background
9+
A clear and concise description of the problem or a topic we need to understand.
10+
11+
Feel free to add information about why it's needed and what assumptions you have at the moment.
12+
13+
## Questions To Answer
14+
15+
1.
16+
2.
17+
3.
18+
19+
## Business Value
20+
The business value of the requested investigation.
21+
22+
## Desired Outcome
23+
The list of desired outcomes of this spike ticket.
24+
25+
### Tasks
26+
- [ ] Questions have been answered or we have a clearer idea of how to get to our goal
27+
- [ ] Discussion with the team
28+
- [ ] Documentation
29+
- [ ] Create recommendations and new implementation tickets
30+
- [ ] item here..
31+
32+
## Additional Info/Resources [Optional]
33+
34+
1.
35+
2.
36+
3.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Technical debt
3+
about: Technical debt identified or created in the project
4+
labels: 'tech debt'
5+
type: 'Feature'
6+
---
7+
8+
## Description
9+
What is the risk essence.
10+
11+
## Risk location
12+
Where is the source of the risk - class name(s), approach or solution.
13+
14+
## Risk assessment
15+
16+
### Condition of it manifesting
17+
What are the conditions under which this technical debt would manifest.
18+
19+
### Possible impact <!-- optional -->
20+
What is/would be the impact of the technical debt, if not addressed.
21+
22+
## Possible solution <!-- optional -->
23+
Ideas and suggestions how to address the technical debt.

0 commit comments

Comments
 (0)