diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/1_bug_report.md similarity index 94% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/1_bug_report.md index 324ae55..a85050c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/1_bug_report.md @@ -1,5 +1,5 @@ --- -name: Bug report +name: "\U0001F41E Bug report" about: Create a report to help us improve title: '' labels: '' diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/2_feature_request.md similarity index 94% rename from .github/ISSUE_TEMPLATE/feature_request.md rename to .github/ISSUE_TEMPLATE/2_feature_request.md index bbcbbe7..9ce4b51 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/2_feature_request.md @@ -1,5 +1,5 @@ --- -name: Feature request +name: "\U0001F4A1 Feature request" about: Suggest an idea for this project title: '' labels: '' diff --git a/.github/ISSUE_TEMPLATE/3_docs_wiki_or_website_issue.md b/.github/ISSUE_TEMPLATE/3_docs_wiki_or_website_issue.md new file mode 100644 index 0000000..cfc670a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3_docs_wiki_or_website_issue.md @@ -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).** diff --git a/.github/ISSUE_TEMPLATE/4_security_issue_disclosure.md b/.github/ISSUE_TEMPLATE/4_security_issue_disclosure.md new file mode 100644 index 0000000..b8778b0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/4_security_issue_disclosure.md @@ -0,0 +1,16 @@ +--- +name: "\U0001F513 Security issue disclosure" +about: Report a security issue in fxamacker/cbor +title: '' +labels: '' +assignees: '' + +--- + + diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a5eff68..c108775 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,8 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" \ No newline at end of file diff --git a/README.md b/README.md index 76ba69d..afc3402 100644 --- a/README.md +++ b/README.md @@ -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].*