Skip to content
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
10 changes: 7 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,18 @@ type: Bug

<!-- The environment where the bug occurs. -->

- Device/Browser:
- OS version:
- App version:
- Device/Browser: N/A
- OS version: N/A
- App version: N/A

### Related Issues

<!-- Link all related issues which are e.g. CMS issues or otherwise related, blocking, duplicating issues, ... -->

N/A

### Additional Information

<!-- Add any other context (e.g. logs, screenshots, environment, related issues etc.) about the problem here. -->

N/A
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/meta.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: "Meta \U0001F4E6"
about: A high-level tracking issue that groups related issues toward a common goal. Meta issues do not contain implementation work themselves.
type: Meta
---

### Goal

<!-- What is the overarching goal or objective this meta issue tracks? -->

### Background & Motivation

<!-- Why are we doing this? What is the business or technical driver? -->

### Related Issues

<!-- Link all related issues which are e.g. CMS issues or otherwise related, blocking, duplicating issues, ... -->

N/A

### Additional Context

<!-- Any other information, links, or references. -->

N/A
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/research.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: "Research \U0001F50E"
about: A time-boxed investigation to gather information and reduce uncertainty
type: Research
---

### Research Question(s)

<!-- What specific question(s) are we trying to answer? -->

### Background & Motivation

<!-- Why are we doing this? What is the business or technical driver? -->

### Time Box

<!-- Maximum time to spend on this research -->

### Results

<!-- Fill this with your research results or links to created artifacts once you are done -->

TBD

### Related Issues

<!-- Link all related issues which are e.g. CMS issues or otherwise related, blocking, duplicating issues, ... -->

N/A

### Additional Context

<!-- Any other information, links, or references. -->

N/A
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/story.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: "Story \U0001F4D6"
about: Describe a feature from the user's perspective
type: Story
---

### User Story

<!-- Who is this for, what do they want, and why? -->

As a [type of user], I want [goal/desire], so that [benefit/value].

### Problem Description

<!-- Include context about the current state and why it's insufficient. -->
<!-- What is the current problem, pain point, or gap this story addresses? -->

### Acceptance Criteria

<!-- Specific, testable conditions that must be met for this story to be considered complete. -->
<!-- Use Given/When/Then or checkbox format. -->

### Related Issues

<!-- Link all related issues which are e.g. CMS issues or otherwise related, blocking, duplicating issues, ... -->

N/A

### Technical Notes

<!-- Any implementation hints, API contracts, data models, or architectural considerations for the developer. -->

N/A

### Additional Context

<!-- Any other information, links, or references. -->

N/A
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,16 @@ type: Task

<!-- A clear and concise description of any alternative solutions or features you've considered. -->

N/A

### Related Issues

<!-- Link all related issues which are e.g. CMS issues or otherwise related, blocking, duplicating issues, ... -->

N/A

### Additional Information

<!-- Add any other context (e.g. logs, screenshots, environment, related issues etc.) about the problem here. -->

N/A
10 changes: 9 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,15 @@

<!-- List all related components that have not been explicitly changed but may be affected by this PR -->

-
N/A

### Checklist

- [ ] Followed the [contributing guidelines](../docs/contributing.md) and [conventions](../docs/conventions.md)
- [ ] Considered accessibility impacts and made the necessary adjustments
- [ ] Added or updated unit tests (if applicable)
- [ ] Added or updated documentation (if applicable)
- [ ] Added a [release note](../release-notes) for native (if [applicable](../docs/contributing.md#release-notes))
Comment thread
steffenkleinle marked this conversation as resolved.

Comment thread
steffenkleinle marked this conversation as resolved.
### Testing

Expand Down
Loading