Skip to content

Commit cc241ba

Browse files
committed
Update issue template.
1 parent 1aab91b commit cc241ba

6 files changed

+41
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md renamed to .github/ISSUE_TEMPLATE/1_bug_report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Bug report
2+
name: "\U0001F41E Bug report"
33
about: Create a report to help us improve
44
title: ''
55
labels: ''

.github/ISSUE_TEMPLATE/feature_request.md renamed to .github/ISSUE_TEMPLATE/2_feature_request.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Feature request
2+
name: "\U0001F4A1 Feature request"
33
about: Suggest an idea for this project
44
title: ''
55
labels: ''
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: "\U0001F4DA Docs, wiki, or website issue"
3+
about: Report an issue regarding documentation, wiki, or website
4+
title: 'docs: '
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**What is the URL of the content?**
11+
12+
13+
**Please describe the problem.**
14+
15+
16+
**Screenshot (if applicable).**
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: "\U0001F513 Security issue disclosure"
3+
about: Report a security issue in fxamacker/cbor
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
12+
🛑 PLEASE DO NOT DISCLOSE THE ISSUE HERE BECAUSE IT IS PUBLIC.
13+
14+
Email security disclosures to: txr1883@gmail.com
15+
16+
-->

.github/dependabot.yml

+5
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@ updates:
66
directory: "/" # Location of package manifests
77
schedule:
88
interval: "weekly"
9+
10+
- package-ecosystem: "github-actions"
11+
directory: "/"
12+
schedule:
13+
interval: "monthly"

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Keys, Algorithms, COSE and CWT in Go
22

3-
[![CI](https://github.com/ldclabs/cose/actions/workflows/ci-cover.yml/badge.svg)](https://github.com/ldclabs/cose/actions?query=workflow%3Aci-cover)
3+
[![CI](https://github.com/ldclabs/cose/actions/workflows/ci-cover.yml/badge.svg)](https://github.com/ldclabs/cose/actions/workflows/ci.yml)
44
[![Codecov](https://codecov.io/gh/ldclabs/cose/branch/main/graph/badge.svg)](https://codecov.io/gh/ldclabs/cose)
55
[![Go Reference](https://pkg.go.dev/badge/github.com/ldclabs/cose.svg)](https://pkg.go.dev/github.com/ldclabs/cose)
6+
[![CodeQL](https://github.com/ldclabs/cose/actions/workflows/codeql.yml/badge.svg)](https://github.com/ldclabs/cose/actions/workflows/codeql.yml)
67
[![](https://img.shields.io/badge/go-%3E%3D%201.19-blue)](#installation)
78

89
*A golang library for the [CBOR Object Signing and Encryption (COSE)][cose-spec] and [CBOR Web Token (CWT)][cwt-spec].*

0 commit comments

Comments
 (0)