From 8910735bc313afa83318ca8310bc4cb0b9e6a8b4 Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Fri, 11 Nov 2022 11:23:02 +0100 Subject: [PATCH] fix(repository): merge github templates Signed-off-by: Tilman Vatteroth --- frontend/.github/ISSUE_TEMPLATE/bug_report.md | 38 ------------------- .../ISSUE_TEMPLATE/enhancement_request.md | 29 -------------- .../.github/ISSUE_TEMPLATE/feature_request.md | 27 ------------- .../ISSUE_TEMPLATE/question---other.md | 16 -------- frontend/.github/pull_request_template.md | 18 --------- 5 files changed, 128 deletions(-) delete mode 100644 frontend/.github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 frontend/.github/ISSUE_TEMPLATE/enhancement_request.md delete mode 100644 frontend/.github/ISSUE_TEMPLATE/feature_request.md delete mode 100644 frontend/.github/ISSUE_TEMPLATE/question---other.md delete mode 100644 frontend/.github/pull_request_template.md diff --git a/frontend/.github/ISSUE_TEMPLATE/bug_report.md b/frontend/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 29b23f7ae..000000000 --- a/frontend/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: 'bug' -assignees: '' - ---- - - - - -**Description** - - -**To Reproduce** - - -**Expected behavior** - - -**Screenshots** - - -**Your Setup (please complete the following information):** - - OS: [e.g. iOS 13, Ubuntu 20.04, Windows 10] - - Browser with version [e.g. Chrome 81, Safari 13.1] - - [Check your Browser Version](https://www.whatismybrowser.com/) - - HedgeDoc version (Click "Version info" in the footer) - - server [e.g. 2.0] - - client [e.g. 2.0] - -**Additional context** - diff --git a/frontend/.github/ISSUE_TEMPLATE/enhancement_request.md b/frontend/.github/ISSUE_TEMPLATE/enhancement_request.md deleted file mode 100644 index 3d7af9274..000000000 --- a/frontend/.github/ISSUE_TEMPLATE/enhancement_request.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -name: Enhancement request -about: Suggest an enhancement of an existing feature. -title: '' -labels: 'enhancement' -assignees: '' - ---- - - - - -**Which part of the project should be enhanced?** - - -**Is your enhancement request related to a problem? Please describe.** - - -**Describe the solution you'd like** - - -**Describe alternatives you've considered** - - -**Additional context** - diff --git a/frontend/.github/ISSUE_TEMPLATE/feature_request.md b/frontend/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 092a42c99..000000000 --- a/frontend/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: Feature request -about: Suggest a new feature for this project, which isn't existing yet. -title: '' -labels: 'feature' -assignees: '' - ---- - - - - - -**Is your feature request related to a problem? Please describe.** - - -**Describe the solution you'd like** - - -**Describe alternatives you've considered** - - -**Additional context** - diff --git a/frontend/.github/ISSUE_TEMPLATE/question---other.md b/frontend/.github/ISSUE_TEMPLATE/question---other.md deleted file mode 100644 index db6c03919..000000000 --- a/frontend/.github/ISSUE_TEMPLATE/question---other.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: Question / Other -about: Questions about the project, features, or organziational issues -title: '' -labels: question -assignees: '' - ---- - - - - - -**What is your question?** - - diff --git a/frontend/.github/pull_request_template.md b/frontend/.github/pull_request_template.md deleted file mode 100644 index b9b0bc78d..000000000 --- a/frontend/.github/pull_request_template.md +++ /dev/null @@ -1,18 +0,0 @@ -### Component/Part - - -### Description -This PR fixes/adds/improves/... - -### Steps - - - -- [ ] Added implementation -- [ ] Added / updated tests -- [ ] Added / updated documentation -- [ ] Extended changelog -- [ ] I read the [contribution documentation](https://github.com/hedgedoc/react-client/blob/main/CONTRIBUTING.md) and signed-off my commits to accept the DCO. - -### Related Issue(s) -