Skip to content

Commit

Permalink
Add new templates for issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jaisnan committed Jun 27, 2024
1 parent df109da commit 8922f41
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Generic Issue
about: For any type of issue or improvement
---

## Description
[Describe the issue or task here]

## Additional Information
[Add any other relevant details]
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/maintainence.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Maintenance Task
about: For repository upkeep and improvements
title: '[MAINTENANCE] '
labels: Maintenance
---

[Briefly describe the maintenance task]

## Proposed Changes
[Outline the proposed changes or improvements]

## Rationale
[Explain why this maintenance is necessary]

0 comments on commit 8922f41

Please sign in to comment.