Skip to content

Commit

Permalink
chore: update issue templates (#30)
Browse files Browse the repository at this point in the history
# Type of Change

- [x] Documentation Update (change in documents)

###

# Description

Update the issue templates

---------

Co-authored-by: MoonbamiOfficial <141120384+MoonbamiOfficial@users.noreply.github.com>
  • Loading branch information
moonbamijam and moonbamijam authored Aug 20, 2024
1 parent c916472 commit 3cb6593
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 35 deletions.
33 changes: 17 additions & 16 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
---
name: Bug report
about: Report a bug to help Sassy CSS improve
title: "[BUG] Bug name"
labels: 'type: bug'
assignees: ''

---

# Bug name

> [!WARNING]
> > Please provide a detailed information of the bug here,
## Screenshots:
> You can insert any screenshots related to the bug if possible
---
name: Bug report
about: Report a bug to help Sassy CSS improve
title: "[BUG] Bug name"
labels: "type: bug"
assignees: ""
---

# Bug name

> [!WARNING]
>
> <!-- Please provide a detailed information of the bug here, -->
## Screenshots:

<!-- You can insert any screenshots related to the bug if possible
40 changes: 21 additions & 19 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
---
name: Feature request
about: Add or request a feature
title: "[FEATURE] Feature name"
labels: 'type: feature'
assignees: ''

---

# Feature name

> [!NOTE]
> > Please provide at least short description of the feature here
## Do the following:
- [ ] List here all of the things that this feature requires

## Reason(s) for adding:
* List here all of the reason why we should add this
---
name: Feature request
about: Add or request a feature
title: "[FEATURE] Feature name"
labels: "type: feature"
assignees: ""
---

# Feature name

> [!NOTE]
>
> <!-- Please provide at least short description of the feature here -->
## Do the following:

- [ ] <!-- List here all of the things that this feature requires -->

## Reason(s) for adding:

<!-- List here all of the reason why we should add this -->

0 comments on commit 3cb6593

Please sign in to comment.