mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-25 21:16:41 +03:00
Update issues templates
This commit is contained in:
parent
af37c3bc9e
commit
b2bb60408e
3
.github/ISSUE_TEMPLATE.md
vendored
Normal file
3
.github/ISSUE_TEMPLATE.md
vendored
Normal file
@ -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.
|
38
.github/ISSUE_TEMPLATE/01_bug_report.md
vendored
38
.github/ISSUE_TEMPLATE/01_bug_report.md
vendored
@ -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
|
||||
|
||||
<!-- A clear and concise description of what the bug is. -->
|
||||
<!-- To report a security issue, please email security@aleo.org. -->
|
||||
|
||||
## Steps to Reproduce
|
||||
|
||||
#### Code snippet to reproduce
|
||||
|
||||
```rust
|
||||
# Add code here
|
||||
```
|
||||
|
||||
#### Stack trace & error message
|
||||
|
||||
```
|
||||
// Paste the output here
|
||||
```
|
||||
|
||||
## Expected Behavior
|
||||
|
||||
<!-- A clear and concise description of what you expected to happen. -->
|
||||
|
||||
## System information
|
||||
|
||||
- <!-- Leo Version -->
|
||||
|
||||
- <!-- Rust Version -->
|
||||
|
||||
- <!-- Computer OS -->
|
34
.github/ISSUE_TEMPLATE/02_bug_report.md
vendored
34
.github/ISSUE_TEMPLATE/02_bug_report.md
vendored
@ -1,34 +0,0 @@
|
||||
---
|
||||
name: "\U0001F680 Feature request"
|
||||
about: Submit a new feature request 💡
|
||||
title: "[Feature]"
|
||||
labels: feature
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
## 🚀 Describe the Feature
|
||||
|
||||
<!-- A clear and concise description of the feature you are requesting -->
|
||||
|
||||
## Motivation
|
||||
|
||||
**Is the feature request related to a problem? If so, please describe.**
|
||||
|
||||
<!-- A clear and concise description of what the problem is.
|
||||
Please link to any relevant issues or other PRs! -->
|
||||
|
||||
**Is this something that currently cannot be done?**
|
||||
|
||||
## Solution
|
||||
|
||||
<!-- A clear and concise description of what you want to happen. -->
|
||||
|
||||
**Are you willing to open a pull request?** (See [CONTRIBUTING](../../CONTRIBUTING.md))
|
||||
|
||||
## Alternative Solutions
|
||||
|
||||
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
|
||||
|
||||
## Relevant Context
|
||||
|
||||
<!-- Add any other context or screenshots about the feature request here. -->
|
52
.github/ISSUE_TEMPLATE/bug.md
vendored
Normal file
52
.github/ISSUE_TEMPLATE/bug.md
vendored
Normal file
@ -0,0 +1,52 @@
|
||||
---
|
||||
name: 🐛 Bug Report
|
||||
about: Submit a bug report if something isn't working
|
||||
title: "[Bug]"
|
||||
labels: bug
|
||||
---
|
||||
|
||||
## 🐛 Bug Report
|
||||
|
||||
<!--
|
||||
What's the bug in Leo that you found?
|
||||
How serious is this bug and what is affected?
|
||||
|
||||
To report a security issue in Leo, please email security@aleo.org.
|
||||
-->
|
||||
|
||||
(Write your description here)
|
||||
|
||||
## Steps to Reproduce
|
||||
|
||||
<!--
|
||||
How do I reproduce this issue in Leo?
|
||||
Is there a code snippet I can use to reproduce the issue?
|
||||
Are there error messages or stack traces that would help debug this issue?
|
||||
-->
|
||||
|
||||
#### Code snippet to reproduce
|
||||
|
||||
```
|
||||
# Add code here
|
||||
```
|
||||
|
||||
#### Stack trace & error message
|
||||
|
||||
```
|
||||
// Paste the output here
|
||||
```
|
||||
|
||||
## Expected Behavior
|
||||
|
||||
<!--
|
||||
What was supposed to happen in Leo?
|
||||
What happened instead?
|
||||
-->
|
||||
|
||||
(Write what you expected to happen here)
|
||||
|
||||
## Your Environment
|
||||
|
||||
- <!-- Leo Version -->
|
||||
- <!-- Rust Version -->
|
||||
- <!-- Computer OS -->
|
4
.github/ISSUE_TEMPLATE/config.yml
vendored
4
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -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.
|
||||
|
15
.github/ISSUE_TEMPLATE/documentation.md
vendored
Normal file
15
.github/ISSUE_TEMPLATE/documentation.md
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
name: 📚 Documentation
|
||||
about: Report an issue related to documentation
|
||||
title: "[Docs]"
|
||||
labels: 'documentation'
|
||||
---
|
||||
|
||||
## 📚 Documentation
|
||||
|
||||
<!--
|
||||
Did you find a mistake in the Leo documentation?
|
||||
Is there documentation about Leo that's missing?
|
||||
-->
|
||||
|
||||
(Write your answer here.)
|
36
.github/ISSUE_TEMPLATE/feature.md
vendored
Normal file
36
.github/ISSUE_TEMPLATE/feature.md
vendored
Normal file
@ -0,0 +1,36 @@
|
||||
---
|
||||
name: 🚀 Feature
|
||||
about: Submit a new feature request
|
||||
title: "[Feature]"
|
||||
labels: feature
|
||||
---
|
||||
|
||||
## 🚀 Feature
|
||||
|
||||
<!--
|
||||
What is the feature you would like to see in Leo?
|
||||
-->
|
||||
|
||||
(Write your description here)
|
||||
|
||||
## Motivation
|
||||
|
||||
<!--
|
||||
Why should this feature be implemented in Leo?
|
||||
How would this feature be used in Leo?
|
||||
|
||||
Is this feature request related to a problem? If so, please describe.
|
||||
Please link to any relevant issues or other PRs!
|
||||
-->
|
||||
|
||||
(Outline your motivation here)
|
||||
|
||||
## Implementation
|
||||
|
||||
<!--
|
||||
What needs to be built for the feature to be supported in Leo?
|
||||
What components of Leo will be affected by this design (if any)?
|
||||
How should this feature be implemented?
|
||||
-->
|
||||
|
||||
**Are you willing to open a pull request?** (See [CONTRIBUTING](../../CONTRIBUTING.md))
|
16
.github/ISSUE_TEMPLATE/proposal.md
vendored
Normal file
16
.github/ISSUE_TEMPLATE/proposal.md
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
name: 💥 Proposal
|
||||
about: Propose a non-trivial change to Leo
|
||||
title: "[Proposal]"
|
||||
labels: 'proposal'
|
||||
---
|
||||
|
||||
## 💥 Proposal
|
||||
|
||||
<!--
|
||||
What is your proposal for Leo?
|
||||
What are the implications of this proposal to Leo?
|
||||
Does your proposal affect other aspects of Aleo as well?
|
||||
-->
|
||||
|
||||
(Write your proposal here)
|
31
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
31
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
<!--
|
||||
Thank you for submitting the PR! We appreciate you spending the time to work on these changes.
|
||||
|
||||
Help us understand your motivation by explaining why you decided to make this change.
|
||||
|
||||
Happy contributing!
|
||||
-->
|
||||
|
||||
## Motivation
|
||||
|
||||
(Write your motivation here)
|
||||
|
||||
## Test Plan
|
||||
|
||||
<!--
|
||||
If you changed any code,
|
||||
please provide us with clear instructions on how you verified your changes work.
|
||||
Bonus points for screenshots and videos!
|
||||
-->
|
||||
|
||||
(Write your test plan here)
|
||||
|
||||
## Related PRs
|
||||
|
||||
<!--
|
||||
If this PR adds or changes functionality,
|
||||
please take some time to update the docs at https://github.com/AleoHQ/leo,
|
||||
and link to your PR here.
|
||||
-->
|
||||
|
||||
(Link your related PRs here)
|
Loading…
Reference in New Issue
Block a user