Skip to content

Commit

Permalink
Update issue template.
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed Jan 11, 2023
1 parent 1aab91b commit cc241ba
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Bug report
name: "\U0001F41E Bug report"
about: Create a report to help us improve
title: ''
labels: ''
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Feature request
name: "\U0001F4A1 Feature request"
about: Suggest an idea for this project
title: ''
labels: ''
Expand Down
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/3_docs_wiki_or_website_issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: "\U0001F4DA Docs, wiki, or website issue"
about: Report an issue regarding documentation, wiki, or website
title: 'docs: '
labels: ''
assignees: ''

---

**What is the URL of the content?**


**Please describe the problem.**


**Screenshot (if applicable).**
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/4_security_issue_disclosure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: "\U0001F513 Security issue disclosure"
about: Report a security issue in fxamacker/cbor
title: ''
labels: ''
assignees: ''

---

<!--
🛑 PLEASE DO NOT DISCLOSE THE ISSUE HERE BECAUSE IT IS PUBLIC.
Email security disclosures to: [email protected]
-->
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Keys, Algorithms, COSE and CWT in Go

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

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

0 comments on commit cc241ba

Please sign in to comment.