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
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Bug Report
about: Report a bug
title: "[Bug]: "
labels: bug
assignees: ''
---

## Description

Describe the bug.

## Steps to Reproduce

1.
2.
3.

## Expected Behavior

## Actual Behavior
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Feature Request
title: "[Feature]: "
labels: feature
assignees: ''
---

## Summary

Describe the feature.

## Problem

What problem are you trying to solve?

Give some background: what is the current workflow and why is it difficult, inefficient, or not done right now?

## Acceptance Criteria

- [ ] Does the thing
- [ ] Looks good
28 changes: 28 additions & 0 deletions .github/pull-request-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## PR Title
Format:
[Issue Number]-[Issue Name]

## Summary

Closes #[insert issue number here]

Describe the change.

## Changes

These should match with the Acceptance Criteria

## Testing Checklist

If generating from Claude, please do the checklist yourself before submitting.
You may use sub-headers to organize better as follows:

### Header 1
- [ ] It does the thing

### Header 2
- [ ] It doesn't do the other thing

## Screenshots

Only if necessary for clarity
Loading