-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: Bug | ||
description: Noe virker ikke slik det skal | ||
title: "" | ||
labels: ["bug"] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: | ||
description: | ||
options: | ||
- label: Jeg har sett etter lignende issues | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Beskriv problemet | ||
description: Hvordan reproduseres feilen? | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Relevante logs | ||
description: Lim inn logs fra konsollen | ||
render: shell |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: Forbedring | ||
description: Forslag til ny funksjonalitet eller forbedrelse | ||
title: "" | ||
labels: ["enhancement"] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: | ||
description: | ||
options: | ||
- label: Jeg har sett etter lignende issues | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Beskriv forslaget | ||
description: Gjerne gi forslag til hvordan det kan implementeres | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<!-- Beskriv endringen din --> | ||
|
||
## Jeg har: | ||
|
||
- [ ] Sjekket andre issues og pull requests | ||
- [ ] Formatert koden med `npm run format` | ||
- [ ] Fikset linting errors fra `npm run lint` | ||
- [ ] Testet koden med `make` | ||
- [ ] Dokumentert endringene i `/docs` | ||
- [ ] Fulgt [retningslinjene for kontribuering](../docs/contribution.md) |