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. 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..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!