-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add issue templates [skip ci]
highly inspired by https://github.com/mui-org/material-ui/tree/master/.github/ISSUE_TEMPLATE because they are crazy good 🤷 - relates to #66
- Loading branch information
Showing
2 changed files
with
96 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
--- | ||
name: Bug report 🐛 | ||
about: Create a bug report for AAVE ui. | ||
labels: 'status: needs triage' | ||
--- | ||
|
||
<!-- Provide a general summary of the issue in the Title above --> | ||
|
||
<!-- | ||
Thank you very much for contributing to AAVE ui by creating an issue! ❤️ | ||
To avoid duplicate/incomplete issues we ask you to check off the following list. | ||
--> | ||
|
||
## Prerequisites | ||
|
||
<!-- Checked checkbox should look like this: [x] --> | ||
|
||
- [ ] I have searched the [issues](https://github.com/aave/aave-ui/issues) of this repository and believe that this is not a duplicate. | ||
|
||
## Current Behavior 😯 | ||
|
||
<!-- Describe what happens instead of the expected behavior. --> | ||
|
||
## Expected Behavior 🤔 | ||
|
||
<!-- Describe what should happen. --> | ||
|
||
## Steps to Reproduce 🕹 | ||
|
||
<!-- | ||
Provide a link to a live example and an unambiguous set of steps to reproduce this bug. | ||
Issues without some form of live example are harder to debug. | ||
--> | ||
|
||
Steps: | ||
|
||
1. | ||
2. | ||
3. | ||
4. | ||
|
||
## Your Environment 🌎 | ||
|
||
<!-- | ||
Some issues might be browser specific or similar. | ||
Please share as much info as possible to elp pinpoint the issue. | ||
--> | ||
<details> | ||
<summary>info</summary> | ||
|
||
``` | ||
browser: chrome | ||
os: win10 | ||
vpn: yes | ||
``` | ||
|
||
Console errors: | ||
``` | ||
[error]: ... | ||
``` | ||
|
||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
name: Feature request 💄 | ||
about: Suggest a new idea for the project. | ||
labels: 'status: needs triage' | ||
--- | ||
|
||
<!-- Provide a general summary of the feature in the Title above --> | ||
|
||
<!-- | ||
Thank you very much for contributing to AAVE ui by creating an issue! ❤️ | ||
To avoid duplicate issues we ask you to check off the following list. | ||
--> | ||
|
||
<!-- Checked checkbox should look like this: [x] --> | ||
|
||
- [ ] I have searched the [issues](https://github.com/aave/aave-ui/issues) of this repository and believe that this is not a duplicate. | ||
|
||
## Summary 💡 | ||
|
||
<!-- Describe how it should work. --> | ||
|
||
## Examples 🌈 | ||
|
||
<!-- | ||
Provide examples of other platforms solutions if feasible. | ||
--> | ||
|
||
## Motivation 🔦 | ||
|
||
<!-- | ||
What are you trying to accomplish? How has the lack of this feature affected you? | ||
If there's a related [governance discussion](https://governance.aave.com) please link it! | ||
--> |