-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
44 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |