From 9ee5b3a619591143bb00bc26ec01fb350f2a0dfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Dachary?= Date: Sat, 17 Dec 2022 14:07:07 +0100 Subject: [PATCH] [WORKFLOW] issues & pr templates (cherry picked from commit 9dd224f00c02151642523f31c98b819a2ea9b1b7) (cherry picked from commit 710af007bccb62c65dd51ae46c77a297c0c58e43) (cherry picked from commit 2ccd6e2bd60dbc829b98b75daef3b1360cd708e7) (cherry picked from commit b90dc5fc4f90b7a916348378a089a9d54b23ce60) (cherry picked from commit bf25d98a981800979073be008d254bfe0efe58bf) (cherry picked from commit d7c71e598540ffe7586e99d0c9a8af53b564e5df) [WORKFLOW] Add Forgejo Next and reproducing to issue template (cherry picked from commit 17a3988fe09125755148380bc906f369b45b9764) --- .gitea/ISSUE_TEMPLATE/bug-report.md | 57 ++++++++++++++++++++++++ .gitea/ISSUE_TEMPLATE/feature-request.md | 24 ++++++++++ .gitea/pull_request_template.md | 4 ++ 3 files changed, 85 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/bug-report.md create mode 100644 .gitea/ISSUE_TEMPLATE/feature-request.md create mode 100644 .gitea/pull_request_template.md diff --git a/.gitea/ISSUE_TEMPLATE/bug-report.md b/.gitea/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000000..d334ea6e63 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,57 @@ +--- +name: "Bug Report" +about: "Found something you weren't expecting? Report it here!" +title: "[BUG] " +--- + + +- Can you reproduce the problem on [Forgejo Next](https://next.forgejo.org/)? +- Forgejo version (or commit ref): +- Git version: +- Operating system: +- Database (use `[x]`): + - [ ] PostgreSQL + - [ ] MySQL + - [ ] MSSQL + - [ ] SQLite +- How are you running Forgejo? + + +## Description + + +## Reproducing + + +## Logs + + +## Screenshots + diff --git a/.gitea/ISSUE_TEMPLATE/feature-request.md b/.gitea/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000000..3708f2514e --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,24 @@ +--- +name: "Feature Request" +about: "Got an idea for a feature that Forgejo doesn't have yet? Submit it here!" +title: "[FEAT] " +--- + + +## Needs and benefits + + +## Feature Description + + +## Screenshots + diff --git a/.gitea/pull_request_template.md b/.gitea/pull_request_template.md new file mode 100644 index 0000000000..a94ec46201 --- /dev/null +++ b/.gitea/pull_request_template.md @@ -0,0 +1,4 @@ +