Skip to content

Commit 5cf014a

Browse files
committed
Add trust badges and issue templates
- npm version badge - CI smoke test badge - Question/Feedback issue template - Design Partner Request issue template
1 parent a4d52e2 commit 5cf014a

3 files changed

Lines changed: 41 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Design Partner Request
3+
about: Request to become a Permission Protocol design partner
4+
title: "[Design Partner] "
5+
labels: design-partner
6+
assignees: ''
7+
---
8+
9+
**Agent workflow description**
10+
11+
<!-- Describe your agent workflow and what it does -->
12+
13+
**Actions you want to authorize**
14+
15+
<!-- What tools/operations does your agent need to perform? e.g., database writes, API calls, payments -->
16+
17+
**Current authorization approach (if any)**
18+
19+
<!-- How do you currently handle authorization for these actions? -->
20+
21+
**Why Permission Protocol?**
22+
23+
<!-- What drew you to Permission Protocol? What problem are you trying to solve? -->
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Question / Feedback
3+
about: Ask a question or provide feedback about Permission Protocol
4+
title: "[Question] "
5+
labels: question
6+
assignees: ''
7+
---
8+
9+
**Your question or feedback**
10+
11+
<!-- Describe your question or feedback clearly -->
12+
13+
**Context (optional)**
14+
15+
<!-- Any relevant context about your use case, agent workflow, or environment -->

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[![npm version](https://img.shields.io/npm/v/@permission-protocol/sdk)](https://www.npmjs.com/package/@permission-protocol/sdk)
2+
[![Smoke Test](https://github.com/permission-protocol/reference/actions/workflows/smoke.yml/badge.svg)](https://github.com/permission-protocol/reference/actions/workflows/smoke.yml)
3+
14
# Permission Protocol — Reference
25

36
Reference demo, standard, and CI examples for Permission Protocol.

0 commit comments

Comments
 (0)