Merge pull request 'Added PR and issue templates closes #129' (#139) from feature/129_PR_Template into main
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #139 Reviewed-by: simon <s.thiessen@local-it.org>
This commit is contained in:
commit
5d99607c7e
3 changed files with 95 additions and 0 deletions
33
.forgejo/issue_template/bug.md
Normal file
33
.forgejo/issue_template/bug.md
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
---
|
||||
name: 'Bug Tempate'
|
||||
about: 'This template is for bugs!'
|
||||
title: '[BUG]: '
|
||||
ref: 'main'
|
||||
labels:
|
||||
- bug
|
||||
---
|
||||
|
||||
<!--- Provide a general summary of the issue in the Title above -->
|
||||
|
||||
## Expected Behavior
|
||||
<!--- Tell us what should happen -->
|
||||
|
||||
## Current Behavior
|
||||
<!--- Tell us what happens instead of the expected behavior -->
|
||||
|
||||
## Possible Solution
|
||||
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
|
||||
|
||||
## Steps to Reproduce
|
||||
<!--- reproduce this bug. Include code to reproduce, if relevant -->
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
4.
|
||||
|
||||
|
||||
## Detailed Description
|
||||
<!--- Provide a detailed description of the change or addition you are proposing -->
|
||||
|
||||
## Possible Implementation
|
||||
<!--- Not obligatory, but suggest an idea for implementing addition or change -->
|
||||
18
.forgejo/issue_template/feature.md
Normal file
18
.forgejo/issue_template/feature.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
name: 'Feature Template'
|
||||
about: 'This template is for new features!'
|
||||
title: '[FEATURE]: '
|
||||
ref: 'main'
|
||||
labels:
|
||||
- feature
|
||||
---
|
||||
## Description
|
||||
<!--- Describe the goal and desired output --->
|
||||
<!--- Add the estimated effort as label --->
|
||||
|
||||
## Acceptance criteria
|
||||
- [ ] AC 1
|
||||
- [ ] AC 2
|
||||
|
||||
## External or internal Dependencies
|
||||
<!-- List any dependencies --->
|
||||
44
.forgejo/pull_request_template.md
Normal file
44
.forgejo/pull_request_template.md
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
---
|
||||
name: 'New Pull-Request'
|
||||
about: 'This is the template for a new Pull Request'
|
||||
title: 'WIP: '
|
||||
ref: 'main'
|
||||
labels:
|
||||
---
|
||||
|
||||
## Description of the implemented changes
|
||||
The changes were:
|
||||
- [ ] Bugfixing
|
||||
- [ ] New Feature
|
||||
- [ ] Breaking Change
|
||||
- [ ] Refactoring
|
||||
|
||||
<!--- Describe the goal of the PR in a few words -->
|
||||
|
||||
|
||||
## What has been changed?
|
||||
<!--- List the things you changed -->
|
||||
|
||||
## Definition of Done
|
||||
### Code Quality
|
||||
- [ ] No new technical depths
|
||||
- [ ] Linting passed
|
||||
- [ ] Documentation is added were needed
|
||||
|
||||
### Accessibility
|
||||
- [ ] New elements are properly defined with html-tags
|
||||
- [ ] Colour contrast follows WCAG criteria
|
||||
- [ ] Aria labels are added when needed
|
||||
- [ ] Everything is accessible by keyboard
|
||||
- [ ] Tab-Order is comprehensible
|
||||
- [ ] All interactive elements have a visible focus
|
||||
|
||||
### Testing
|
||||
- [ ] Tests for new code are written
|
||||
- [ ] All tests pass
|
||||
- [ ] axe-core dev tools show no critical or major issues
|
||||
|
||||
|
||||
## Additional Notes
|
||||
<!--- Add any additional information for the reviewers here -->
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue