From c772a75965471043df0d4df996aa04da74dfc39f Mon Sep 17 00:00:00 2001 From: THIVEND Date: Wed, 6 Apr 2022 19:56:46 +0200 Subject: [PATCH 1/6] Add pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..dc8f16e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,29 @@ +#### :tophat: What? Why? +*Please describe your pull request.* + +#### :pushpin: Related Issues +*Link your PR to an issue* +- Related to #? +- Fixes #? + +#### Testing +*Describe the best way to test or validate your PR.* + +#### :clipboard: Checklist +⚠️ No tests suites for now ⚠️ +:rotating_light: Please review the [guidelines for contributing](https://github.com/decidim/decidim/blob/develop/CONTRIBUTING.adoc) to this repository. + +- [ ] :question: ~~**CONSIDER** adding a unit test if your PR resolves an issue.~~ +- [ ] :heavy_check_mark: **DO** check open PR's to avoid duplicates. +- [ ] :heavy_check_mark: **DO** keep pull requests small so they can be easily reviewed. +- [ ] :heavy_check_mark: **DO** build locally before pushing. +- [ ] :heavy_check_mark: ~~**DO** make sure tests pass.~~ +- [ ] :heavy_check_mark: ~~**DO** add CHANGELOG upgrade notes if required.~~ +- [ ] :x:~~**AVOID** breaking the continuous integration build.~~ +- [ ] :x:**AVOID** making significant changes to the overall architecture. + +### :camera: Screenshots +*Please add screenshots of the changes you're proposing* +![Description](URL) + +:hearts: Thank you! From 2ded3e59b8dd18b8b4b180e2531b08dcf6c14e70 Mon Sep 17 00:00:00 2001 From: THIVEND Date: Wed, 6 Apr 2022 20:00:35 +0200 Subject: [PATCH 2/6] Add bug report template --- .github/ISSUE_TEMPLATE/Bug_report.md | 34 ++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Bug_report.md diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md new file mode 100644 index 0000000..48ff8ca --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -0,0 +1,34 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Stacktrace** +If applicable, add the error stacktrace to help explain your problem. + +**Extra data (please complete the following information):** + - Device [e.g. iPhone6, Desktop]: + - Device OS [e.g. iOS8.1, Windows 10]: + - Browser [e.g. Chrome, Firefox, Safari]: + - ~~Classquiz Version [e.g. 0.10]:~~ :warning:** No versioning for now** :warning: + - Classquiz installation [e.g. classquiz.mawoka.eu] : + +**Additional context** +Add any other context about the problem here. From c0d9fb107d707b085b115c65f7f69e9ee8ac6e77 Mon Sep 17 00:00:00 2001 From: THIVEND Date: Wed, 6 Apr 2022 20:03:38 +0200 Subject: [PATCH 3/6] Add feature request template --- .github/ISSUE_TEMPLATE/Feature_request.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Feature_request.md diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md new file mode 100644 index 0000000..268a516 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -0,0 +1,18 @@ +--- +name: Feature request creation disabled +about: Make a clear demand for improve ClassQuizz 💪 + +--- + +**Describe the bug** +A clear and concise description of the new feature you propose. + + +**Screenshots** +If applicable, add screenshots to help explain your feature. + +**Additional context** +Add any other context about the problem here. + +Thanks for contributing to Decidim! + From 51188288ab8115b440a374681dc08ed551938e52 Mon Sep 17 00:00:00 2001 From: THIVEND Date: Wed, 6 Apr 2022 20:40:16 +0200 Subject: [PATCH 4/6] Add adblocker disabling instruction --- .github/ISSUE_TEMPLATE/Bug_report.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 48ff8ca..388ebfb 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -3,6 +3,7 @@ name: Bug report about: Create a report to help us improve --- +⚠️ The main ClassQuizz instance at (https://classquizz.mawoka.eu/) used Sentry as bug detection software, please disable your AdBlocker if you want to ease the debug process ⚠️ **Describe the bug** A clear and concise description of what the bug is. From c99647b444c152e79db4141e90c3a42a6a3ce1e7 Mon Sep 17 00:00:00 2001 From: THIVEND Date: Wed, 6 Apr 2022 20:41:26 +0200 Subject: [PATCH 5/6] Add commit SHA note to extra data --- .github/ISSUE_TEMPLATE/Bug_report.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 388ebfb..e59ada0 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -29,7 +29,8 @@ If applicable, add the error stacktrace to help explain your problem. - Device OS [e.g. iOS8.1, Windows 10]: - Browser [e.g. Chrome, Firefox, Safari]: - ~~Classquiz Version [e.g. 0.10]:~~ :warning:** No versioning for now** :warning: - - Classquiz installation [e.g. classquiz.mawoka.eu] : + - Classquiz installation [e.g. classquiz.mawoka.eu]: + - Commit SHA [e.g : ed35c5c69019e7cd6331ea438519f53b8bce70cf]: **Additional context** Add any other context about the problem here. From 82740af3d6def82407d3a30ed809e22ea335bba7 Mon Sep 17 00:00:00 2001 From: THIVEND Date: Wed, 6 Apr 2022 20:44:07 +0200 Subject: [PATCH 6/6] Replace Decidim link with ClassQuizz one --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index dc8f16e..72a43bd 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -11,7 +11,7 @@ #### :clipboard: Checklist ⚠️ No tests suites for now ⚠️ -:rotating_light: Please review the [guidelines for contributing](https://github.com/decidim/decidim/blob/develop/CONTRIBUTING.adoc) to this repository. +:rotating_light: Please review the [guidelines for contributing](https://github.com/mawoka-myblock/ClassQuiz/blob/master/CONTRIBUTING.md) to this repository. - [ ] :question: ~~**CONSIDER** adding a unit test if your PR resolves an issue.~~ - [ ] :heavy_check_mark: **DO** check open PR's to avoid duplicates.