Skip to content

Commit

Permalink
🔧 add GitHub issue/PR templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Oculux314 committed Jul 16, 2024
1 parent 0fe2ff9 commit 98e14f6
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 29 deletions.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Bug Report
about: For found bugs
title: ""
labels: ""
assignees: ""
---

**Describe the bug**
<!-- A clear and concise description of what the bug is. -->

**Expected behavior**
<!-- A clear and concise description of what you expected to happen. -->

**To Reproduce**
<!-- Steps to reproduce the behavior: -->

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Additional context**
<!-- Add any other context about the problem here. -->
29 changes: 0 additions & 29 deletions .github/ISSUE_TEMPLATE/feature-template.md

This file was deleted.

25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Issue Template
about: For new features
title: ""
labels: ""
assignees: ""
---

## Description

As a
I want to
So that

<!-- Further description if needed. -->

## Proposed Solution

<!-- Document your proposed solution here (e.g. test, schemas, links to Figma etc) and ping a lead to review it before coding! -->

## Acceptance Criteria

- [ ]

## Notes
17 changes: 17 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## Context

<!-- Include contextual info that can't be found in the linked issue. Why are you making this change? -->

Closes

## What Changed?

<!-- What changes did you make? -->

## How To Review

<!-- What (rough) order should the reviewer view your files? Where should they focus? How should they test? -->

## Notes

<!-- Anything else? Testing? Risks? -->

0 comments on commit 98e14f6

Please sign in to comment.