You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make repo DIF-community-ready: badges, CoC, issue templates
- Add DIF Contributor and W3C CCG Member badges to README
- Update Contribute section with DIF Discord + CCG links
- Add explicit DIF Code of Conduct reference to README and CONTRIBUTING.md
- Add branch naming conventions and licensing section to CONTRIBUTING.md
- Create 3 new issue templates: bug report, feature request, DID method discussion
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
about: Start a discussion about the did:trail method design, interoperability, or ecosystem alignment
4
+
title: "[DISCUSSION] "
5
+
labels: discussion
6
+
assignees: ''
7
+
---
8
+
9
+
## Topic
10
+
11
+
What aspect of `did:trail` do you want to discuss?
12
+
13
+
## Context
14
+
15
+
Why is this discussion relevant? Reference related standards, working groups, or implementations if applicable.
16
+
17
+
## Your Perspective
18
+
19
+
What is your position or question?
20
+
21
+
## Related Standards / Specifications
22
+
23
+
*(e.g., DIF TAAWG, W3C CCG, other DID methods, EU AI Act articles)*
24
+
25
+
## Discussion Points
26
+
27
+
-[ ]
28
+
-[ ]
29
+
-[ ]
30
+
31
+
---
32
+
*Cross-posting to [W3C CCG](mailto:public-credentials@w3.org) or [DIF Discord](https://discord.gg/decentralized-identity) is encouraged for broader community input.*
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+22-2Lines changed: 22 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,11 +65,31 @@ For minor fixes (typos, formatting), direct PRs are welcome.
65
65
66
66
## Code of Conduct
67
67
68
-
Be constructive. Technical disagreement is welcome; personal attacks are not.
68
+
This project adheres to the [DIF Code of Conduct](https://github.com/decentralized-identity/org/blob/master/code-of-conduct.md). By participating, you agree to uphold its principles of open, inclusive, and collaborative engagement.
69
+
70
+
In short: Be constructive. Technical disagreement is welcome; personal attacks are not. Assume good intent. If conflicts arise, follow the [DIF escalation process](https://github.com/decentralized-identity/org/blob/master/code-of-conduct.md#reporting-guidelines).
69
71
70
72
## Community
71
73
72
-
TRAIL is developed in coordination with the [Decentralized Identity Foundation (DIF)](https://identity.foundation) and presented in the Trusted AI Agents Working Group (TAAWG). Join the [DIF Discord](https://identity.foundation/discord) to connect with other contributors.
74
+
TRAIL is developed in coordination with:
75
+
76
+
-**[Decentralized Identity Foundation (DIF)](https://identity.foundation)** - Join the [DIF Discord](https://discord.gg/decentralized-identity) to connect with other contributors. Relevant channels: `#did-methods`, TAAWG working group channels.
77
+
-**[W3C Credentials Community Group (CCG)](https://www.w3.org/community/credentials/)** - Mailing list: [public-credentials@w3.org](mailto:public-credentials@w3.org). Archive: [lists.w3.org](https://lists.w3.org/Archives/Public/public-credentials/)
78
+
79
+
## Branch Naming
80
+
81
+
When submitting PRs, please use one of these branch prefixes:
0 commit comments