Merge pull request #1 from Dynnammo/chores/add-github-templates

This commit is contained in:
Dynnammo
2022-04-06 20:04:13 +02:00
committed by GitHub
3 changed files with 81 additions and 0 deletions
+34
View File
@@ -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.
+18
View File
@@ -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!
+29
View File
@@ -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!