Skip to content

Commit 9b84483

Browse files
authored
chore: Translate github templates to english (#638)
1 parent 9abf718 commit 9b84483

File tree

3 files changed

+46
-46
lines changed

3 files changed

+46
-46
lines changed

.github/ISSUE_TEMPLATE/bug.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
22
name: Bug
3-
about: Hvis du finner noe som ikke fungerer som det skal.
3+
about: If you find something that is not working as it should.
44
title: ''
55
labels: bug
66
assignees: ''
77
---
88

9-
### Beskrivelse
10-
En kort og konsis beskrivelse av feilen
9+
### Description
10+
A short and concise description of the error
1111

12-
### Reproduksjon
13-
Punktvise steg for å reprodusere feilen, med informasjon om hvilke requests som ble foretatt (URL-er med parametre, metoder, headers (ikke tokens!), inklusive evt DTO-er som ble brukt hvis POST/PUT/PATCH)
12+
### Reproduction
13+
Step-by-step instructions to reproduce the error, with information about the requests that were made (URLs with parameters, methods, headers (no tokens!), including any DTOs used if POST/PUT/PATCH)
1414

15-
### Forventet oppførsel
16-
En kort og konsis beskrivelse av hva du forventet skulle skje
15+
### Expected behavior
16+
A short and concise description of what you expected to happen
1717

18-
### Faktisk oppførsel
19-
En kort og konsis beskrivelse av hva som faktisk skjedde
18+
### Actual behavior
19+
A short and concise description of what actually happened
2020

21-
### Ytterligere informasjon
22-
Hvis det er ytterligere kontekst som er relevant å ta med.
21+
### Additional information
22+
If there is additional context that is relevant to include.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: New/change of functionality
3+
about: New or changed functionality
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
projects: ['digdir/7']
8+
---
9+
10+
### Introduction
11+
A short and concise description of the functionality this issue addresses.
12+
13+
### Description
14+
A longer description that accounts for the need, and describes how the functionality should work in detail (in prose form, see also acceptance criteria).
15+
16+
If this is functionality that does not have a clear solution, tag the issue with `analysis`. The task list then consists of clarification questions.
17+
18+
### Implementation
19+
If there are guidelines on architecture or other implementation choices, they are added here. Different approaches can also be discussed here.
20+
21+
```[tasklist]
22+
### Tasks
23+
- [ ] Implementation tasks are added here
24+
- [ ] Prepare documentation (if relevant - either update working document, or add a new file in `docs`)
25+
- [ ] Add e2e-test (if relevant)
26+
```
27+
28+
### Akseptansekriterier
29+
_GIVEN_ ...
30+
_WHEN_ ....
31+
_THEN_ ...
32+
33+
_GIVEN_ ...
34+
_WHEN_ ....
35+
_THEN_ ...

.github/ISSUE_TEMPLATE/ny-endring-av-funksjonalitet.md

-35
This file was deleted.

0 commit comments

Comments
 (0)