diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000000..57af5f3a321 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,31 @@ +--- +name: Bug Report +about: Create a report to help us improve rippled +title: "[Title with short description] (Version: [rippled version])" +labels: '' +assignees: '' + +--- + + +## Issue Description + + +## Steps to Reproduce + + +## Expected Result + + +## Actual Result + + +## Environment + + + + +## Supporting Files + + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000000..2d995edada4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: false +contact_links: + - name: XRP Ledger Documentation + url: https://xrpl.org/ + about: All things about XRPL + - name: General question for the community + url: https://forum.xpring.io/c/community/ + about: Please ask and answer questions here. + - name: Security bug bounty program + url: https://ripple.com/bug-bounty/ + about: Please report security-relevant bugs in our software here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000000..2e19746f520 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,21 @@ +--- +name: Feature Request +about: Suggest a new feature for the rippled project +title: "[Title with short description] (Version: [rippled version])" +labels: Feature Request +assignees: '' + +--- + + +## Summary + + +## Motivation + + +## Solution + + +## Paths Not Taken +