Skip to content

Commit

Permalink
chore: add issue templates [skip ci]
Browse files Browse the repository at this point in the history
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
sakulstra committed Oct 18, 2021
1 parent b47579c commit 8150f01
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 0 deletions.
63 changes: 63 additions & 0 deletions .github/ISSUE_TEMPLATES/1.bug.md
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>
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATES/2.feature.md
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!
-->

0 comments on commit 8150f01

Please sign in to comment.