Add Issue Templates

main
Rebel Zhang 2025-09-01 20:50:01 +08:00
parent 66c83a4ed0
commit c16ff6b6ca
2 changed files with 53 additions and 0 deletions

View File

@ -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.

View File

@ -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 youd 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.