Modify issue template and pull request template
This commit is contained in:
parent
08a37ecbbf
commit
6e96e6b10a
|
@ -1,27 +0,0 @@
|
||||||
----
|
|
||||||
<!--
|
|
||||||
Note: All issues will instant closed if the issue template is not complete. Please understand that it is easier for us if you fill out the template to help you faster.
|
|
||||||
|
|
||||||
!All text inside \<\!-- \--\> will be hidden from us so please remove the arrows in the statements below.
|
|
||||||
-->
|
|
||||||
#### Read the [wiki](https://github.com/FluxionNetwork/fluxion/wiki)?
|
|
||||||
No*
|
|
||||||
|
|
||||||
#### Do you want to request a *feature* or report a *bug*?
|
|
||||||
*Bug*
|
|
||||||
|
|
||||||
#### What is the current behaviour?
|
|
||||||
<!--fluxion crashes-->
|
|
||||||
|
|
||||||
#### If the current behaviour is a bug, please provide the steps to reproduce it.
|
|
||||||
<!-- A great way to do this is to provide screenshots and commands.* -->
|
|
||||||
|
|
||||||
#### What do you think the expected behaviour should be?
|
|
||||||
<!--What do you think should happen?-->
|
|
||||||
|
|
||||||
#### If this is a feature request, what is the motivation or use case for the added feature?
|
|
||||||
|
|
||||||
#### Specs
|
|
||||||
*Paste the output of `./script/diagnostics.sh [interface]`*
|
|
||||||
|
|
||||||
-----
|
|
|
@ -0,0 +1,34 @@
|
||||||
|
---
|
||||||
|
name: Bug Report
|
||||||
|
about: Something is broken?
|
||||||
|
---
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Note: All issues will instant closed if the issue template is not complete. Please understand that it is easier for us if you fill out the template to help you faster.
|
||||||
|
|
||||||
|
!All text inside \<\!-- \--\> will be hidden from us so please remove the arrows in the statements below.
|
||||||
|
-->
|
||||||
|
|
||||||
|
### Bug Report
|
||||||
|
|
||||||
|
#### Summary
|
||||||
|
<!-- Provide a summary desciribing the problem you are experiencing. -->
|
||||||
|
|
||||||
|
##### What is the current behaviour?
|
||||||
|
<!--fluxion crashes-->
|
||||||
|
|
||||||
|
#### How to reproduce
|
||||||
|
|
||||||
|
##### If the current behaviour is a bug, please provide the steps to reproduce it.
|
||||||
|
<!-- A great way to do this is to provide screenshots and commands.* -->
|
||||||
|
|
||||||
|
##### What do you think the expected behaviour should be?
|
||||||
|
<!--What do you think should happen?-->
|
||||||
|
|
||||||
|
##### If this is a feature request, what is the motivation or use case for the added feature?
|
||||||
|
|
||||||
|
##### Specs
|
||||||
|
*Paste the output of `./script/diagnostics.sh [interface]`*
|
||||||
|
|
||||||
|
#### Expected behavior
|
||||||
|
<!-- What was the expected (correct) behavior? -->
|
|
@ -0,0 +1,16 @@
|
||||||
|
---
|
||||||
|
name: Feature Request
|
||||||
|
about: You have a neat idea that should be implemented?
|
||||||
|
---
|
||||||
|
|
||||||
|
### Feature Request
|
||||||
|
<!-- Fill in the relevant information below to help triage your issue. -->
|
||||||
|
|
||||||
|
| Q | A
|
||||||
|
|------------ | ------
|
||||||
|
| New Feature | yes
|
||||||
|
| RFC | yes/no
|
||||||
|
| BC Break | yes/no
|
||||||
|
|
||||||
|
#### Summary
|
||||||
|
<!-- Provide a summary of the feature you would like to see implemented. -->
|
|
@ -0,0 +1,26 @@
|
||||||
|
---
|
||||||
|
name: ❓ Support Question
|
||||||
|
about: Have a problem that you can't figure out?
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- Fill in the relevant information below to help triage your issue. -->
|
||||||
|
<!--
|
||||||
|
Note: All issues will instant closed if the issue template is not complete. Please understand that it is easier for us if you fill out the template to help you faster.
|
||||||
|
|
||||||
|
!All text inside \<\!-- \--\> will be hidden from us so please remove the arrows in the statements below.
|
||||||
|
-->
|
||||||
|
|
||||||
|
| Q | A
|
||||||
|
|------------ | -----
|
||||||
|
| Version | 4.10.x
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Before asking question here, please try asking on Gitter or Discord first.
|
||||||
|
Keep in mind that GitHub is primarily an issue tracker.
|
||||||
|
-->
|
||||||
|
|
||||||
|
#### Support Question
|
||||||
|
<!-- Describe the issue you are facing here. -->
|
||||||
|
|
||||||
|
#### Specs
|
||||||
|
<!-- Run the diagnostic script -->
|
|
@ -0,0 +1,16 @@
|
||||||
|
---
|
||||||
|
name: Improvement
|
||||||
|
about: You have some improvement to make Fluxion better?
|
||||||
|
---
|
||||||
|
|
||||||
|
### Improvement
|
||||||
|
<!-- Fill in the relevant information below to help triage your issue. -->
|
||||||
|
|
||||||
|
| Q | A
|
||||||
|
|------------ | ------
|
||||||
|
| New Feature | yes
|
||||||
|
| RFC | yes/no
|
||||||
|
| BC Break | yes/no
|
||||||
|
|
||||||
|
#### Summary
|
||||||
|
<!-- Provide a summary of the improvement you are submitting. -->
|
|
@ -1,3 +1,8 @@
|
||||||
|
---
|
||||||
|
name: Other
|
||||||
|
about: You have some other ideas you want to introduce?
|
||||||
|
---
|
||||||
|
|
||||||
<!-- Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. -->
|
<!-- Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. -->
|
||||||
|
|
||||||
**What kind of change does this PR introduce?**
|
**What kind of change does this PR introduce?**
|
Loading…
Reference in New Issue