feat(issues): bounty and bolded suggestions
This commit is contained in:
parent
4d25e4bedb
commit
ed88689790
4 changed files with 40 additions and 25 deletions
|
@ -23,19 +23,19 @@ Version of each dependency:
|
|||
|
||||
Hardware:
|
||||
|
||||
\<list any relevant environment variables, software, or other context here>
|
||||
**\<list any relevant environment variables, software, or other context here>**
|
||||
|
||||
### Expected behavior
|
||||
|
||||
\<describe the expected behavior here>
|
||||
**\<describe the expected behavior here>**
|
||||
|
||||
### Current behavior
|
||||
|
||||
\<describe the current behavior here>
|
||||
**\<describe the current behavior here>**
|
||||
|
||||
### Steps to Reproduce
|
||||
|
||||
\<list the steps to reproduce here>
|
||||
**\<list the steps to reproduce here>**
|
||||
|
||||
1.
|
||||
2.
|
||||
|
@ -44,18 +44,20 @@ Hardware:
|
|||
|
||||
### Error messages
|
||||
|
||||
\<please provide any error messages in code blocks with a label above>
|
||||
**\<please provide any error messages in code blocks with a label above>**
|
||||
|
||||
\<message labeling the error>:
|
||||
**\<message labeling the error>**:
|
||||
```
|
||||
<error message>
|
||||
```
|
||||
|
||||
### Unit tests, Integration tests, or System tests
|
||||
|
||||
\<please provide any relevant unit tests below>
|
||||
\<please provide any relevant integration tests below>
|
||||
\<please provide any relevant system tests below>
|
||||
**\<please provide any relevant unit tests below>**
|
||||
|
||||
**\<please provide any relevant integration tests below>**
|
||||
|
||||
**\<please provide any relevant system tests below>**
|
||||
|
||||
### Stack trace (if relevant)
|
||||
|
||||
|
@ -63,7 +65,7 @@ Hardware:
|
|||
|
||||
### Possible solution(s)
|
||||
|
||||
\<describe any possible solutions here>
|
||||
**\<describe any possible solutions here>**
|
||||
|
||||
### If bug is confirmed, are you willing to submit a PR and contribute?
|
||||
|
||||
|
@ -71,3 +73,7 @@ Hardware:
|
|||
[ ] no
|
||||
[ ] maybe
|
||||
[ ] what's a PR?
|
||||
|
||||
### Consider funding it!
|
||||
|
||||
<https://www.bountysource.com/>
|
||||
|
|
|
@ -23,19 +23,19 @@ Version of each dependency:
|
|||
|
||||
Hardware:
|
||||
|
||||
\<list any relevant environment variables, software, or other context here>
|
||||
**\<list any relevant environment variables, software, or other context here>**
|
||||
|
||||
### Expected behavior
|
||||
|
||||
\<describe the expected behavior here>
|
||||
**\<describe the expected behavior here>**
|
||||
|
||||
### Current behavior
|
||||
|
||||
\<describe the current behavior here>
|
||||
**\<describe the current behavior here>**
|
||||
|
||||
### Steps to Reproduce
|
||||
|
||||
\<list the steps to reproduce here>
|
||||
**\<list the steps to reproduce here>**
|
||||
|
||||
1.
|
||||
2.
|
||||
|
@ -44,18 +44,20 @@ Hardware:
|
|||
|
||||
### Error messages
|
||||
|
||||
\<please provide any error messages in code blocks with a label above>
|
||||
**\<please provide any error messages in code blocks with a label above>**
|
||||
|
||||
\<message labeling the error>:
|
||||
**\<message labeling the error>**:
|
||||
```
|
||||
<error message>
|
||||
```
|
||||
|
||||
### Unit tests, Integration tests, or System tests
|
||||
|
||||
\<please provide any relevant unit tests below>
|
||||
\<please provide any relevant integration tests below>
|
||||
\<please provide any relevant system tests below>
|
||||
**\<please provide any relevant unit tests below>**
|
||||
|
||||
**\<please provide any relevant integration tests below>**
|
||||
|
||||
**\<please provide any relevant system tests below>**
|
||||
|
||||
### Stack trace (if relevant)
|
||||
|
||||
|
@ -63,7 +65,7 @@ Hardware:
|
|||
|
||||
### Possible solution(s)
|
||||
|
||||
\<describe any possible solutions here>
|
||||
**\<describe any possible solutions here>**
|
||||
|
||||
### If bug is confirmed, are you willing to submit a PR and contribute?
|
||||
|
||||
|
@ -71,3 +73,7 @@ Hardware:
|
|||
[ ] no
|
||||
[ ] maybe
|
||||
[ ] what's a PR?
|
||||
|
||||
### Consider funding it!
|
||||
|
||||
<https://www.bountysource.com/>
|
||||
|
|
|
@ -13,20 +13,23 @@ labels:
|
|||
|
||||
### Detailed Description
|
||||
|
||||
\<describe what you want the feature to do>
|
||||
**\<describe what you want the feature to do>**
|
||||
|
||||
### Possible Implementation
|
||||
|
||||
\<describe how you would implement the feature>
|
||||
**\<describe how you would implement the feature>**
|
||||
|
||||
### Environment (answer all that apply)
|
||||
|
||||
Operating System (OS) name and version:
|
||||
|
||||
libc name and version:
|
||||
|
||||
Browser name and version:
|
||||
|
||||
Version of each dependency:
|
||||
|
||||
\<list any relevant environment variables, software, or other context here>
|
||||
**\<list any relevant environment variables, software, or other context here>**
|
||||
|
||||
### If FR is approved, are you willing to submit a PR and contribute?
|
||||
|
||||
|
|
|
@ -23,8 +23,8 @@ Version of each dependency:
|
|||
|
||||
Hardware:
|
||||
|
||||
\<list any relevant environment variables, software, or other context here>
|
||||
**\<list any relevant environment variables, software, or other context here>**
|
||||
|
||||
### Question
|
||||
|
||||
\<ask your question here>
|
||||
**\<ask your question here>**
|
||||
|
|
Loading…
Reference in a new issue