Skip to content

Commit

Permalink
Merge pull request #2 from fido-device-onboard/KiranSukhavasi-patch-1
Browse files Browse the repository at this point in the history
Create workflow
  • Loading branch information
KiranSukhavasi authored Oct 30, 2024
2 parents 837e640 + 241f9b3 commit b8cd1e6
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Bug report
about: Report protocol errors
title: ""
labels: ""
assignees: ""
---

### Nature of the bug

Spec non-conformance, panic, etc.

### Steps taken to find bug

What did you do to trigger the bug?

### Steps to ensure bug is gone

How can a fix be validated?

### Optional: Reproduction

Do you have an exact list of commands for others to reproduce the problem?

### Client Debug Logs

```console
Attach large files, but place the most relevant details here
```

### Server Debug Logs

```console
Attach large files, but place the most relevant details here
```
16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Test
on:
push:
branches:
- main
pull_request:

jobs:
go:
name: Test Go packages
runs-on: ubuntu-latest
container:
image: golang:alpine
steps:
- name: Check out repository code
uses: actions/checkout@v4

0 comments on commit b8cd1e6

Please sign in to comment.