Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: Bug Report
about: Report a bug or unexpected behavior
title: '[Bug] '
labels: bug
assignees: ''
---

> **⚠️ Security Issues**: If you've discovered a security vulnerability, **do not** open a public issue. Please report it responsibly by emailing **[email protected]** instead.

## Description

_A clear and concise description of what the bug is._

## Steps to Reproduce

1.
2.
3.

## Expected Behavior

_What you expected to happen._

## Actual Behavior

_What actually happened._

## Environment (optional)

- Workspace: _e.g., app, circuits, contracts, sdk/core, etc._
- Platform: _e.g., iOS, Android, Web_
- Version: _if applicable_

## Additional Context

_Any other context, logs, or screenshots that might help._
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Feature Request / Contribution
about: Suggest a new feature or propose a contribution
title: '[Feature] '
labels: enhancement
assignees: ''
---

> **💡 For Complex Features**: If your contribution targets core components or introduces complex features, please open an issue first to discuss your implementation plan before starting development. See [contribute.md](https://github.com/selfxyz/self/blob/dev/contribute.md) for guidelines.

## Description

_A clear description of what you want to build or contribute._

## Motivation

_Why is this feature useful? What problem does it solve?_

## Proposed Solution (optional)

_If you have ideas on how to implement this, describe them here._

## Workspace (optional)

_Which workspace(s) would this affect? (e.g., app, circuits, contracts, sdk/core, etc.)_

## Additional Context

_Any other context, mockups, or examples._
Loading