diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md new file mode 100644 index 0000000..e59ada0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -0,0 +1,36 @@ +--- +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. + +**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]: + - Commit SHA [e.g : ed35c5c69019e7cd6331ea438519f53b8bce70cf]: + +**Additional context** +Add any other context about the problem here. 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! + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..72a43bd --- /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/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. +- [ ] :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!