-
-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
60 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,25 @@ | ||
--- | ||
name: "\U0001F41B Bug report" | ||
about: Report an issue or possible bug | ||
|
||
--- | ||
|
||
## Description | ||
|
||
Describe the issue that you're seeing. | ||
|
||
### Steps to reproduce | ||
|
||
Clear steps describing how to reproduce the issue. Please please please link to a demo project if possible, this makes your issue _much_ easier to diagnose (seriously). | ||
|
||
### Expected result | ||
|
||
What should happen? | ||
|
||
### Actual result | ||
|
||
What happened. | ||
|
||
### Environment | ||
|
||
Paste the information here as shown by `npm run info` |
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,17 @@ | ||
--- | ||
name: "\U0001F4A1 Feature request " | ||
about: Propose and discuss future improvements to Hyas | ||
|
||
--- | ||
|
||
## Summary | ||
|
||
Brief explanation of the feature. | ||
|
||
### Basic example | ||
|
||
Include a basic example or links here. | ||
|
||
### Motivation | ||
|
||
Why are we doing this? What use cases does it support? What is the expected outcome? |
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,18 @@ | ||
## Summary | ||
|
||
Brief explanation of the proposed changes. | ||
|
||
## Basic example | ||
|
||
Include a basic example, screenshots, or links. | ||
|
||
## Motivation | ||
|
||
Why are we doing this? What use cases does it support? What is the expected outcome? | ||
|
||
## Checks | ||
|
||
- [ ] Read [Create a Pull Request](https://gethyas.com/docs/contributing/how-to-contribute/#create-a-pull-request) | ||
- [ ] Supports all screen sizes (if relevant) | ||
- [ ] Supports both light and dark mode (if relevant) | ||
- [ ] Passes `npm run test` |