From c16ff6b6cadc7f50dbd4ef2fea8ccaf282d2d1bb Mon Sep 17 00:00:00 2001 From: Rebel Zhang Date: Mon, 1 Sep 2025 20:50:01 +0800 Subject: [PATCH] Add Issue Templates --- .forgejo/issue_template/bug_report.md | 32 ++++++++++++++++++++++ .forgejo/issue_template/feature_request.md | 21 ++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 .forgejo/issue_template/bug_report.md create mode 100644 .forgejo/issue_template/feature_request.md diff --git a/.forgejo/issue_template/bug_report.md b/.forgejo/issue_template/bug_report.md new file mode 100644 index 0000000..f76f3c4 --- /dev/null +++ b/.forgejo/issue_template/bug_report.md @@ -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. diff --git a/.forgejo/issue_template/feature_request.md b/.forgejo/issue_template/feature_request.md new file mode 100644 index 0000000..41303a2 --- /dev/null +++ b/.forgejo/issue_template/feature_request.md @@ -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.