From d7c71e598540ffe7586e99d0c9a8af53b564e5df 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) --- .gitea/ISSUE_TEMPLATE/bug-report.md | 53 ++++++++++++++++++++++++ .gitea/ISSUE_TEMPLATE/feature-request.md | 24 +++++++++++ .gitea/pull_request_template.md | 4 ++ 3 files changed, 81 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..138df035b9 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,53 @@ +--- +name: "Bug Report" +about: "Found something you weren't expecting? Report it here!" +title: "[BUG] " +--- + + +- Forgejo version (or commit ref): +- Git version: +- Operating system: +- Database (use `[x]`): + - [ ] PostgreSQL + - [ ] MySQL + - [ ] MSSQL + - [ ] SQLite +- How are you running Forgejo? + + +## Description + + +## 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 @@ +