From 7b61ccb8291c96cadcd64994f8f67824d3a80777 Mon Sep 17 00:00:00 2001 From: Koishore Roy Date: Mon, 8 Jun 2026 15:47:19 +0530 Subject: [PATCH] chore: add community health files Co-Authored-By: Claude Opus 4.8 --- .github/ISSUE_TEMPLATE/bug_report.md | 20 ++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 ++++ .github/ISSUE_TEMPLATE/feature_request.md | 16 ++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 32 +++++++++++++++++++++++ CODE_OF_CONDUCT.md | 22 ++++++++++++++++ 5 files changed, 95 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md create mode 100644 CODE_OF_CONDUCT.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..1491f57 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,20 @@ +--- +name: Bug report +about: Report a bug or unexpected behavior +title: '' +labels: bug +assignees: '' +--- + +## What happened + + +## Steps to reproduce + + +## Expected behavior + +## Version & environment + + +## Additional context diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..314094a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: Security vulnerability + url: https://github.com/Delego-Dev/sample-app/blob/main/SECURITY.md + about: Please report security issues privately per our security policy, not as a public issue. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..e9df647 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,16 @@ +--- +name: Feature request +about: Suggest an idea or improvement +title: '' +labels: enhancement +assignees: '' +--- + +## Problem + + +## Proposed solution + +## Alternatives considered + +## Additional context diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..2952289 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,32 @@ + + +## What & why + + + +## AI assistance disclosure (required) + + + +- [ ] No AI assistance. +- [ ] AI-assisted. Tool(s) and how used: ______ +- [ ] AI-generated, human-reviewed. I have read every line and am accountable for it. + +## Checklist + +- [ ] Forked the repo; this PR comes from a branch in my fork. +- [ ] `pytest` passes locally. +- [ ] `python examples/demo.py` still shows all eight scenarios + tamper detection. +- [ ] **Tests added/updated** for the behaviour changed (or explained why none are needed). +- [ ] Updated `README.md` and `CHANGELOG.md` for any behaviour change. +- [ ] I have **not weakened any design invariant** (see `CONTRIBUTING.md` / `ARCHITECTURE.md`): + no LLM in the authorization path; no credential custody; fail-closed; approvals + bound to fingerprint + intent and single-use; append-only signed audit chain; + fixed evaluation order. + +## Protocol / spec impact + +- [ ] No normative/protocol behaviour changed. +- [ ] Normative behaviour changed — the [wire spec](https://github.com/Delego-Dev/specification) + and its CTK vectors are updated (or a linked spec PR does so), and + `__protocol_version__` stays ≤ the spec version. diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..4080f22 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,22 @@ +# Code of Conduct + +This project adopts the [Contributor Covenant](https://www.contributor-covenant.org/), +version 2.1. + +We pledge to make participation in our community a harassment-free experience for +everyone. We are committed to acting and interacting in ways that contribute to +an open, welcoming, diverse, inclusive, and healthy community. + +Examples of behavior that contributes to a positive environment include showing +empathy and kindness, being respectful of differing opinions, giving and +gracefully accepting constructive feedback, and focusing on what is best for the +community. Harassment, insulting or derogatory comments, and other unprofessional +conduct are not tolerated. + +## Reporting + +Report unacceptable behavior to **koishore@gmail.com**. All complaints will be +reviewed and investigated promptly and fairly. + +The full text of the Contributor Covenant 2.1 is available at +.