diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..af72d203 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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: +- Section: +- 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. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..c2305c33 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..2a160fc1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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.