From cdc1a56a9af212c1a93686bd17cbfa07be286f68 Mon Sep 17 00:00:00 2001 From: Pinterics David <55298934+pinterid@users.noreply.github.com> Date: Tue, 4 Aug 2020 11:01:07 +0200 Subject: [PATCH 1/4] Update PULL_REQUEST_TEMPLATE Added documentation as type of change. --- PULL_REQUEST_TEMPLATE | 1 + 1 file changed, 1 insertion(+) diff --git a/PULL_REQUEST_TEMPLATE b/PULL_REQUEST_TEMPLATE index b078214..862cefe 100644 --- a/PULL_REQUEST_TEMPLATE +++ b/PULL_REQUEST_TEMPLATE @@ -11,6 +11,7 @@ - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) + - [ ] Documentation (non-breaking change which adds documentation) - [ ] Breaking change (fix or feature that would cause existing functionality to change) From 24721e188accac889ba6321273c5e20fb9c2b798 Mon Sep 17 00:00:00 2001 From: Pinterics David <55298934+pinterid@users.noreply.github.com> Date: Tue, 4 Aug 2020 14:11:17 +0200 Subject: [PATCH 2/4] Update bug_report.md Improve code quality. --- .github/ISSUE_TEMPLATE/bug_report.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d853b3b..de15e94 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -24,15 +24,17 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser: [e.g. chrome, safari] - - Version: [e.g. 22] + +- OS: [e.g. iOS] +- Browser: [e.g. chrome, safari] +- Version: [e.g. 22] **Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser: [e.g. stock browser, safari] - - Version: [e.g. 22] + +- Device: [e.g. iPhone6] +- OS: [e.g. iOS8.1] +- Browser: [e.g. stock browser, safari] +- Version: [e.g. 22] **Additional context** Add any other context about the problem here. From e5cec40fd4d36d4a2f52706427739b6c32c83386 Mon Sep 17 00:00:00 2001 From: Pinterics David <55298934+pinterid@users.noreply.github.com> Date: Tue, 4 Aug 2020 14:41:30 +0200 Subject: [PATCH 3/4] Update bug_report.md Improve Code Quality --- .github/ISSUE_TEMPLATE/bug_report.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index de15e94..d5320b4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -25,16 +25,16 @@ If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** -- OS: [e.g. iOS] -- Browser: [e.g. chrome, safari] -- Version: [e.g. 22] +- OS: (e.g. iOS) +- Browser: (e.g. chrome, safari) +- Version: (e.g. 22) **Smartphone (please complete the following information):** -- Device: [e.g. iPhone6] -- OS: [e.g. iOS8.1] -- Browser: [e.g. stock browser, safari] -- Version: [e.g. 22] +- Device: (e.g. iPhone6) +- OS: (e.g. iOS8.1) +- Browser: (e.g. stock browser, safari) +- Version: (e.g. 22) **Additional context** Add any other context about the problem here. From d9d46741f7dec11b99b48fb309c48573bb57183e Mon Sep 17 00:00:00 2001 From: Pinterics David <55298934+pinterid@users.noreply.github.com> Date: Tue, 11 Aug 2020 10:07:48 +0200 Subject: [PATCH 4/4] Update PULL_REQUEST_TEMPLATE The pull request template changes were removed from this branch. --- PULL_REQUEST_TEMPLATE | 1 - 1 file changed, 1 deletion(-) diff --git a/PULL_REQUEST_TEMPLATE b/PULL_REQUEST_TEMPLATE index 862cefe..b078214 100644 --- a/PULL_REQUEST_TEMPLATE +++ b/PULL_REQUEST_TEMPLATE @@ -11,7 +11,6 @@ - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - - [ ] Documentation (non-breaking change which adds documentation) - [ ] Breaking change (fix or feature that would cause existing functionality to change)