Add Issue Templates
parent
66c83a4ed0
commit
c16ff6b6ca
|
@ -0,0 +1,32 @@
|
|||
---
|
||||
name: 'Bug Report'
|
||||
about: 'Use this template for reporting bugs'
|
||||
title: '[Bug] '
|
||||
ref: 'main'
|
||||
labels:
|
||||
- bug
|
||||
- 'needs triage'
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behaviour:
|
||||
1. Go to '...'
|
||||
2. Click on '...'
|
||||
3. Scroll down to '...'
|
||||
4. See error
|
||||
|
||||
**Expected behaviour**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots or Logs**
|
||||
If applicable, add screenshots or log output to help explain your problem.
|
||||
|
||||
**Environment (please complete the following information):**
|
||||
- OS (please use `uname -a` to obtain the information):
|
||||
- i2pd Version:
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
name: 'Feature Request'
|
||||
about: 'Use this template to propose new features'
|
||||
title: '[Feature] '
|
||||
ref: 'main'
|
||||
labels:
|
||||
- enhancement
|
||||
- 'needs discussion'
|
||||
---
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
A clear and concise explanation of the problem that you’d like to see solved.
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
What alternatives or different solutions have you considered?
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
Loading…
Reference in New Issue