docs: add templates for issues and pull requests
This commit is contained in:
parent
750694032c
commit
99f4d4cec2
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
name: 🐞 Bug Report
|
||||
about: Something is broken? 🔨
|
||||
labels: bug
|
||||
---
|
||||
|
||||
# Bug Report
|
||||
|
||||
## Description
|
||||
|
||||
<!-- Provide a short description describing the problem you are experiencing. -->
|
||||
|
||||
## Steps to reproduce
|
||||
|
||||
<!-- example: step 1. do X step 2. do Y etc.. -->
|
||||
|
||||
#### Expected behavior
|
||||
|
||||
#### Actual behavior
|
||||
|
||||
### Additional Information
|
||||
|
||||
- Status desktop version:
|
||||
- Operating System:
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
name: 🎉 Feature Request
|
||||
about: You have a neat idea that should be implemented? 🎩
|
||||
labels: feature
|
||||
---
|
||||
|
||||
<!-- Note -->
|
||||
<!-- Generally feature requests should go to https://github.com/status-im/specs -->
|
||||
<!-- Note -->
|
||||
|
||||
### Description
|
||||
|
||||
[comment]: # (Describe the feature you would like and include designs and Figma links if available.)
|
||||
[comment]: # (Describe the use cases the implementation should cover. E.g. New users, existing users, public chat, group chat, etc)
|
||||
*Summary*: ...
|
||||
|
||||
### Acceptance Criteria
|
||||
|
||||
[comment]: # (Rules for the future PR to be accepted.)
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
name: Simple Issue Report
|
||||
about: Simple issue report.
|
||||
---
|
||||
|
||||
### Description
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
### What does the PR do
|
||||
|
||||
<!-- Fill in the relevant information below to help us evaluate your proposed changes. -->
|
||||
|
||||
### Affected areas
|
||||
|
||||
<!-- List the affected areas (e.g wallet, browser, etc..) -->
|
||||
|
||||
### Screenshot of functionality
|
||||
|
||||
<!-- screenshot (or gif/video) that demonstrates the functionality, specially important if it's a bug fix. -->
|
||||
|
||||
### Cool Spaceship Picture
|
||||
|
||||
<!-- optional but cool ->
|
Loading…
Reference in New Issue