diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 00467d6..b72364b 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -7,26 +7,28 @@ assignees: '' --- -**Description** -A clear and concise description of what the bug is. +### Description + -**Steps to reproduce** +### Steps to reproduce + -**Expected behavior** -A clear and concise description of what you expected to happen. +### Expected behavior + -**Screenshots** -If applicable, add screenshots to help explain your problem. +### Screenshots + -**Device (please complete the following information):** - - OS: [e.g. iOS] - - Model: [e.g. iPhone13] - - Version [e.g. v1.0.1] +### Device (please complete the following information) + - OS: + - Model: + - Version -**Additional context** -Add any other context about the problem here. +### Additional context + diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index fd1a812..48311c4 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -7,14 +7,14 @@ assignees: '' --- -**Backstory** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] +### Backstory + -**Proposal** -A clear and concise description of what you want to happen. +### Proposal + -**Alternative** -A clear and concise description of any alternative solutions or features you've considered. +### Alternative + -**Addition** -Add any other context or screenshots about the feature request here, if applicable. +### Addition Context + diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..bafbafc --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,27 @@ +### Description + + + +### Related Issues + + + + + +* #ISSUE_NUMBER + +### Checklist + + + +- [ ] I read and understood the [contributing guide](https://github.com/dscyrescotti/Memola/blob/main/CONTRIBUTING.md) as well as the [code of conduct](https://github.com/dscyrescotti/Memola/blob/main/CODE_OF_CONDUCT.md) +- [ ] The issues this PR addresses are related to each other +- [ ] My changes generate no new warnings +- [ ] My code builds and runs on my machine +- [ ] My changes are all related to the related issue above + +### Screenshots + + + + \ No newline at end of file diff --git a/README.md b/README.md index b4b1592..38f3191 100644 --- a/README.md +++ b/README.md @@ -5,25 +5,28 @@