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
23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE/rapporter-en-bug.md

This file was deleted.

51 changes: 51 additions & 0 deletions .github/ISSUE_TEMPLATE/rapporter-en-bug.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
name: Rapporter en bug
description: Du har funnet en bug i designsystemet
title: "Feil: "
projects: ["fremtind/jokul"]
type: bug
body:
- type: markdown
attributes:
value: |
Takk for at du sier ifra om feil!
- type: input
id: version
attributes:
label: Jøkul-versjon
description: Hvilken versjon av Jøkul bruker du?
validations:
required: true
- type: dropdown
id: os
attributes:
label: Operativsystem
multiple: false
default: 0
options:
- MacOS
- Windows
- Linux
- Android
- iOS
- Ikke relevant
- type: dropdown
id: browsers
attributes:
label: Nettleser
multiple: false
default: 0
options:
- Chrome
- Microsoft Edge
- Firefox
- Safari
- Annen
- Ikke relevant
- type: textarea
id: what-happened
attributes:
label:
Hvordan oppstod feilen?
placeholder: Trykk på X, observer Y, stegvis liste, eller lignende
validations:
required: false
Loading