From d3eb8e70f8df86b94461bf3491460ec05f84f552 Mon Sep 17 00:00:00 2001 From: Jonas Zohren Date: Thu, 12 Nov 2020 19:38:14 +0100 Subject: Add templates for issues and PRs Signed-off-by: Jonas Zohren <15788906+jfowl@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug_report.md | 40 +++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/enhancement_request.md | 29 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 27 ++++++++++++++++++ .github/ISSUE_TEMPLATE/question---other.md | 16 +++++++++++ .github/pull_request_template.md | 17 ++++++++++++ 5 files changed, 129 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/enhancement_request.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/question---other.md create mode 100644 .github/pull_request_template.md (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..13070148 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,40 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: 'bug' +assignees: '' + +--- + + + + +**Description** + + +**To Reproduce** + + +**Expected behavior** + + +**Logs** + + +**Config** + + +**Your Setup (please complete the following information):** + - Host OS: [e.g. Ubuntu 20.04] + - NodeJS version [run `node --version`] + - HedgeDoc version (Click "Version info" in the footer) + - server [e.g. 2.0] + - client [e.g. 2.0] + +**Additional context** + diff --git a/.github/ISSUE_TEMPLATE/enhancement_request.md b/.github/ISSUE_TEMPLATE/enhancement_request.md new file mode 100644 index 00000000..3d7af927 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement_request.md @@ -0,0 +1,29 @@ +--- +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/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..092a42c9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,27 @@ +--- +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/.github/ISSUE_TEMPLATE/question---other.md b/.github/ISSUE_TEMPLATE/question---other.md new file mode 100644 index 00000000..db6c0391 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question---other.md @@ -0,0 +1,16 @@ +--- +name: Question / Other +about: Questions about the project, features, or organziational issues +title: '' +labels: question +assignees: '' + +--- + + + + + +**What is your question?** + + diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..fbc61e54 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,17 @@ +### Component/Part + + +### Description +This PR fixes/adds/improves/... + +### Steps + + + +- [ ] added implementation +- [ ] added / updated tests +- [ ] added / updated documentation +- [ ] extended changelog + +### Related Issue(s) + -- cgit v1.2.3