Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 40a7368

Browse files
authored
add link to help-wanted label filter (#74)
1 parent 481bfeb commit 40a7368

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.github/ISSUE_TEMPLATE/improvement.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,10 @@ body:
2525
attributes:
2626
label: Benefits
2727
description: Highlight the advantages and benefits of implementing this improvement
28+
29+
- type: checkboxes
30+
attributes:
31+
label: Do you want to contribute to this issue?
32+
description: If you want, you will be assigned to the issue and can make a pull request fixing it.
33+
Otherwise, a `help-wanted` label will be added to it. The first contributor who asks to
34+
contribute will be assigned the issue and the `help-wanted` label will be removed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ A UI example is simply an HTML file containing DaisyUI, TailwindCSS and Font Awe
2121

2222
## Contributing
2323

24+
## Issues to contribute
25+
26+
If you want to contribute to issues that are not assigned to anyone else, use
27+
[this issue filter](https://github.com/willpinha/daisy-collection/issues?q=is%3Aopen+is%3Aissue+label%3Ahelp-wanted)
28+
to select all issues with the `help-wanted` label
29+
2430
### Add a new UI example
2531

2632
#### 1. Fork the repository

0 commit comments

Comments
 (0)