diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..8de6e3bed --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,40 @@ +--- +name: Bug report +about: Create a report to help us improve HedgeDoc. +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..98ef5148f --- /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 request' +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..757ba1824 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question---other.md @@ -0,0 +1,15 @@ +--- +name: Question / Other +about: Questions about the project, features, or organziational issues +title: '' +labels: question +assignees: '' + +--- + + + + + +**Please use [the community forum](https://community.hedgedoc.org) to ask questions!** + 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) +