Skip to content
Open
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
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Bug Report
about: Report an error or issue in the documentation
title: ''
labels: bug
assignees: ''
---

## Description

A clear description of the bug or error.

## Location

- File/Page: <!-- e.g., development-guidelines/guidelines.md -->
- Section: <!-- e.g., "Upgradeability" -->
- Line (if applicable):

## Expected Behavior

What should the documentation say or do?

## Current Behavior

What does it currently say or do incorrectly?

## Additional Context

Any other context, screenshots, or references that would help.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: true
contact_links:
- name: Security Vulnerability
url: mailto:opensource@trailofbits.com
about: Please report security vulnerabilities via email, not as GitHub issues.
- name: Questions
url: https://slack.empirehacking.nyc/
about: Ask questions in the #ethereum channel on Empire Hacking Slack.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Feature Request
about: Suggest new content or improvements
title: ''
labels: enhancement
assignees: ''
---

## Description

A clear description of the new content or improvement you'd like to see.

## Motivation

Why would this be useful? What problem does it solve?

## Proposed Content

If applicable, describe what the content should include:

- Topics to cover
- Examples needed
- Related existing documentation

## Additional Context

Any references, links, or examples from other sources that could help.