chore: use the new labels in GitHub actions and docs (#6940)
This commit is contained in:
committed by
GitHub
parent
e4849fecdd
commit
bdba77287c
14
.github/workflows/close_old_issues.yml
vendored
14
.github/workflows/close_old_issues.yml
vendored
@@ -15,20 +15,20 @@ jobs:
|
|||||||
stale-issue-message: |
|
stale-issue-message: |
|
||||||
We need some feedback on this issue.
|
We need some feedback on this issue.
|
||||||
|
|
||||||
Now we mark this as "stale" because there was no activity here for 14 days.
|
Now we mark this as "Abandoned" because there was no activity here for 14 days.
|
||||||
|
|
||||||
Remove the "stale" label or comment else this will be closed in 7 days.
|
Remove the "Stale" label or comment else this will be closed in 7 days.
|
||||||
stale-pr-message: |
|
stale-pr-message: |
|
||||||
We need some feedback on this pull request.
|
We need some feedback on this pull request.
|
||||||
|
|
||||||
Now we mark this as "stale" because there was no activity here for 14 days.
|
Now we mark this as "Abandoned" because there was no activity here for 14 days.
|
||||||
|
|
||||||
Remove the "stale" label or comment else this will be closed in 7 days.
|
Remove the "Stale" label or comment else this will be closed in 7 days.
|
||||||
close-issue-message: |
|
close-issue-message: |
|
||||||
As there was no activity here for a while we close this issue. But don't worry, the conversation is still here and you can get back to it at any time.
|
As there was no activity here for a while we close this issue. But don't worry, the conversation is still here and you can get back to it at any time.
|
||||||
|
|
||||||
So feel free to comment if you have remarks or ideas on this topic.
|
Feel free to comment if you have remarks or ideas on this topic.
|
||||||
days-before-stale: 14
|
days-before-stale: 14
|
||||||
days-before-close: 7
|
days-before-close: 7
|
||||||
exempt-issue-labels: 'pinned, next major, next minor, shaping, ready for development'
|
exempt-issue-labels: 'important'
|
||||||
exempt-pr-labels: 'pinned, next major, next minor'
|
exempt-pr-labels: 'important'
|
||||||
|
|||||||
@@ -33,16 +33,13 @@ Mid and large scale issues are discussed in `Feature planning <https://github.co
|
|||||||
|
|
||||||
An issue can be developed when all the questions in the issue template are answered and there is no objection from any core member.
|
An issue can be developed when all the questions in the issue template are answered and there is no objection from any core member.
|
||||||
|
|
||||||
|
We are using GitHub labels to show the state and attributes of the issues and Pull requests.
|
||||||
|
If you are looking for contribution opportunities you can `Filter for these labels <https://github.com/lvgl/lvgl/labels>`__ :
|
||||||
|
|
||||||
We are using GitHub Labels to show the state of the issue:
|
- ``Simple``: Good choice to get started with LVGL contribution
|
||||||
|
- ``PR needed``: We investigated the issue but it still needs to be implemented
|
||||||
|
- ``Review needed``: A Pull request is opened and it needs review/testing
|
||||||
|
|
||||||
- ``planning``: Still discussing how to approach it.
|
|
||||||
- ``outlined``: We have come to a conclusion and the feature is ready to be developed.
|
|
||||||
- ``request-change(<user-name>)``: Each core member has a dedicated label, and when they request a change, they add their label.
|
|
||||||
- ``under development``: It's being developed by someone (can be developed only if no change is requested by the end of the cool-down phase).
|
|
||||||
- ``ready``: The pitch is developed and merged into master.
|
|
||||||
- ``stale``: Inactive, can be warmed up.
|
|
||||||
- ``rejected``: Not interested in this feature for some reason.
|
|
||||||
|
|
||||||
.. _contributing_pull_request:
|
.. _contributing_pull_request:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user