Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge main into feat/6 #22

Merged
merged 7 commits into from
Nov 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/new-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: New issue
about: Checklist for new issues
title: Choose a meaningful title
labels: ''
assignees: ''

---

# Issue description
*Describe your issue in detail here*

# Definition Of Ready (DoR)
*This issue can be worked on if*
- [ ] a developer is assigned
- [ ] the issue is labeled
- [ ] the issue is assigned to the current sprint
- [ ] the issue is estimated
- [ ] a meaningful title has been set
- [ ] the issue is described in detail
15 changes: 15 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# PR description
*Describe your changes in detail here*

# Definition Of Done (DoD)
*This PR can be squashed / merged if*
- [ ] a developer is assigned
- [ ] the PR is NOT estimated
- [ ] the PR is labeled
- [ ] the PR is assigned to the current sprint
- [ ] a meaningful title has been set according to https://www.conventionalcommits.org/
- [ ] the PR is described in detail
- [ ] the PR links to an issue
- [ ] the PR has been reviewed

*Add additional conditions here if necessary for this PR*
Loading