diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..13070148d --- /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 000000000..3d7af9274 --- /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 000000000..092a42c99 --- /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 000000000..db6c03919 --- /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 000000000..fbc61e54b --- /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) +