From b2bb60408e1312df3ecaeb62d0c26796bb173c1e Mon Sep 17 00:00:00 2001 From: howardwu Date: Thu, 30 Jul 2020 23:38:39 -0700 Subject: [PATCH] Update issues templates --- .github/ISSUE_TEMPLATE.md | 3 ++ .github/ISSUE_TEMPLATE/01_bug_report.md | 38 ------------------ .github/ISSUE_TEMPLATE/02_bug_report.md | 34 ---------------- .github/ISSUE_TEMPLATE/bug.md | 52 +++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 4 +- .github/ISSUE_TEMPLATE/documentation.md | 15 +++++++ .github/ISSUE_TEMPLATE/feature.md | 36 +++++++++++++++++ .github/ISSUE_TEMPLATE/proposal.md | 16 ++++++++ .github/PULL_REQUEST_TEMPLATE.md | 31 +++++++++++++++ 9 files changed, 155 insertions(+), 74 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 .github/ISSUE_TEMPLATE/01_bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/02_bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/documentation.md create mode 100644 .github/ISSUE_TEMPLATE/feature.md create mode 100644 .github/ISSUE_TEMPLATE/proposal.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..b4f7aa78f4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,3 @@ +## 👉 [Please follow one of these issue templates](https://github.com/AleoHQ/leo/issues/new/choose) 👈 + +Note: to keep the backlog clean and actionable, issues may be immediately closed if they do not follow one of the above issue templates. diff --git a/.github/ISSUE_TEMPLATE/01_bug_report.md b/.github/ISSUE_TEMPLATE/01_bug_report.md deleted file mode 100644 index 22330508b7..0000000000 --- a/.github/ISSUE_TEMPLATE/01_bug_report.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: "\U0001F41B Bug report" -about: Create a bug report if something isn't working 🔧 -title: "[Bug]" -labels: bug -assignees: '' ---- - -## 🐛 Describe the Bug - - - - -## Steps to Reproduce - -#### Code snippet to reproduce - -```rust -# Add code here -``` - -#### Stack trace & error message - -``` -// Paste the output here -``` - -## Expected Behavior - - - -## System information - -- - -- - -- diff --git a/.github/ISSUE_TEMPLATE/02_bug_report.md b/.github/ISSUE_TEMPLATE/02_bug_report.md deleted file mode 100644 index e2c77b5237..0000000000 --- a/.github/ISSUE_TEMPLATE/02_bug_report.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -name: "\U0001F680 Feature request" -about: Submit a new feature request 💡 -title: "[Feature]" -labels: feature -assignees: '' ---- - -## 🚀 Describe the Feature - - - -## Motivation - -**Is the feature request related to a problem? If so, please describe.** - - - -**Is this something that currently cannot be done?** - -## Solution - - - -**Are you willing to open a pull request?** (See [CONTRIBUTING](../../CONTRIBUTING.md)) - -## Alternative Solutions - - - -## Relevant Context - - diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000000..43e6c6bda8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,52 @@ +--- +name: 🐛 Bug Report +about: Submit a bug report if something isn't working +title: "[Bug]" +labels: bug +--- + +## 🐛 Bug Report + + + +(Write your description here) + +## Steps to Reproduce + + + +#### Code snippet to reproduce + +``` +# Add code here +``` + +#### Stack trace & error message + +``` +// Paste the output here +``` + +## Expected Behavior + + + +(Write what you expected to happen here) + +## Your Environment + +- +- +- diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 45a1fea00a..e98fce12c7 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: true contact_links: - - name: ❓ Help and Support Discord Channel + - name: ❓ Q&A Technical Support Channel url: https://discord.gg/dTw3wk9 - about: Please ask and answer questions here. 🏥 + about: For quick questions or technical troubleshooting, please ask them on our dedicated Discord channel. diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md new file mode 100644 index 0000000000..591b646369 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -0,0 +1,15 @@ +--- +name: 📚 Documentation +about: Report an issue related to documentation +title: "[Docs]" +labels: 'documentation' +--- + +## 📚 Documentation + + + +(Write your answer here.) diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 0000000000..9e3d4a5b8c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,36 @@ +--- +name: 🚀 Feature +about: Submit a new feature request +title: "[Feature]" +labels: feature +--- + +## 🚀 Feature + + + +(Write your description here) + +## Motivation + + + +(Outline your motivation here) + +## Implementation + + + +**Are you willing to open a pull request?** (See [CONTRIBUTING](../../CONTRIBUTING.md)) diff --git a/.github/ISSUE_TEMPLATE/proposal.md b/.github/ISSUE_TEMPLATE/proposal.md new file mode 100644 index 0000000000..9e4ecda177 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/proposal.md @@ -0,0 +1,16 @@ +--- +name: 💥 Proposal +about: Propose a non-trivial change to Leo +title: "[Proposal]" +labels: 'proposal' +--- + +## 💥 Proposal + + + +(Write your proposal here) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..b610d50b00 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,31 @@ + + +## Motivation + +(Write your motivation here) + +## Test Plan + + + +(Write your test plan here) + +## Related PRs + + + +(Link your related PRs here)