Welcome to CodeFlare Pipeline! This page contains information about reporting issues.
It's encouraged that you look under the Issues tab for contribution opportunites. For those new to the project, we suggest looking under:
- Issues tagged as Good First Use
- Issues tagged as Help Wanted
- Issues tagged as Good First Project
This project uses ZenHub for tracking of issues and roadmap.
To report an issue, or to suggest an idea for a change, open an issue. It is best to check our existing issues first to see if a similar one has already been opened and discussed.
When creating a PR for one of our projects it is important to get your work reviewed by other members of the team. Below are some steps to getting your work reviewed.
- Assign a Reviewer from the list of reviewers on the project.
- Change the status of the issue from
In Progress
toReady For Review
on the Project Codeflare Sprint Board. - Once the PR is reviewed the reviewer may request changes to be made, or if they are happy with the PR they will apply an
lgtm
label. - You can now change the status of the issue to
In Review
. - When the
lgtm
label has been applied you can assign an Approver to your PR. - The approver may request more changes, or if they are happy with the PR they will apply the
approved
label. After this the PR will be merged. - You can now change the status of the issue to
Closed
if the status didn't change automatically after the merge.