Skip to content
Closed
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: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/issue.md

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't the create from blank issue enough?

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Generic Issue

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generic is not needed.

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

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i would not say improvements.

title: '[MAINTENANCE] '

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trailing space

labels: Maintenance
---

[Briefly describe the maintenance task]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is inconsistent with the previous ones.


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

## Rationale
[Explain why this maintenance is necessary]