Skip to content

Commit

Permalink
closes #69 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
willpinha authored Jan 21, 2024
1 parent de37a2a commit 45d3eba
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
contact_links:
- name: Add new UI example
- name: 📖 Add new UI example
about: Add a new UI example to the collection
url: https://github.com/willpinha/daisy-collection/blob/master/CONTRIBUTING.md#guide-to-add-a-new-ui-example
23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE/feature_request.yml

This file was deleted.

27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/improvement.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: 🏔️ Point out an improvement
description: Point out a possible improvement to a UI example
labels: ["improvement"]
assignees:
- willpinha
body:
- type: input
attributes:
label: For which tag?
description: Write the name of the tag where the UI example is located

- type: input
attributes:
label: For which UI example?
description: Write the name of the UI example you want to improve

- type: textarea
attributes:
label: Description
description: Provide a clear and concise description of the improvement you want to make
validations:
required: true

- type: textarea
attributes:
label: Benefits
description: Highlight the advantages and benefits of implementing this improvement
27 changes: 16 additions & 11 deletions .github/ISSUE_TEMPLATE/report_problem.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,27 @@
name: Report a problem
description: Report a bug or a code improvement
labels: ["bug"]
name: ⚠️ Report a problem
description: Report a problem in a UI example
labels: ["problem"]
assignees:
- willpinha
body:
- type: input
attributes:
label: For which tag?
description: Write the name of the tag where the UI example is located

- type: input
attributes:
label: For which UI example?
description: Write the name of the UI example with problems

- type: textarea
attributes:
label: Description
description: Provide a clear and concise description of the problem or issue you are encountering. If it's a code improvement suggestion, briefly explain the area that could be enhanced
description: Provide a clear and concise description of the problem you are encountering
validations:
required: true

- type: textarea
attributes:
label: Steps to reproduce (for bugs)
description: If reporting a bug, provide detailed steps to reproduce the issue. Include information like input data, expected behavior, and actual behavior. If not applicable, skip this section

- type: textarea
attributes:
label: Screenshots or Error Messages (if applicable)
description: Include screenshots or error messages that help illustrate the problem
label: Screenshots (if applicable)
description: Include screenshots that help illustrate the problem

0 comments on commit 45d3eba

Please sign in to comment.