{"id":26493644,"url":"https://github.com/redhat-openstack/easyfix","last_synced_at":"2026-02-13T20:09:59.498Z","repository":{"id":70413731,"uuid":"95685338","full_name":"redhat-openstack/easyfix","owner":"redhat-openstack","description":null,"archived":false,"fork":false,"pushed_at":"2020-07-15T21:13:31.000Z","size":8,"stargazers_count":6,"open_issues_count":10,"forks_count":5,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-11-29T23:59:48.988Z","etag":null,"topics":["easyfix-issue","openstack","rdo"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/redhat-openstack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-06-28T15:38:21.000Z","updated_at":"2022-05-09T08:20:44.000Z","dependencies_parsed_at":"2023-02-26T02:30:26.662Z","dependency_job_id":null,"html_url":"https://github.com/redhat-openstack/easyfix","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/redhat-openstack/easyfix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-openstack%2Feasyfix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-openstack%2Feasyfix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-openstack%2Feasyfix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-openstack%2Feasyfix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redhat-openstack","download_url":"https://codeload.github.com/redhat-openstack/easyfix/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-openstack%2Feasyfix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29416078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["easyfix-issue","openstack","rdo"],"created_at":"2025-03-20T09:56:33.451Z","updated_at":"2026-02-13T20:09:59.469Z","avatar_url":"https://github.com/redhat-openstack.png","language":null,"readme":"# RDO Project Easyfix\nThe RDO Easyfix project is a collection of issues that we consider\n\"easy to fix\".  It is meant as a way to help people begin contributing\nto the RDO project.\n\n## I am new to the RDO Project, How can I contribute?\n* Check for open [easyfix issues][easyfix-issues]\n* Each issue includes the IRC nick of a [mentor](#mentors).\n* Read the issue carefully and go through the links attached to issue.\n* If you aren't able to understand, join the IRC channel `#rdo` on [Freenode][].\n* Contact the mentor regarding the issue, they will help you move forward.\n\n[easyfix-issues]: https://github.com/redhat-openstack/easyfix/issues\n[freenode]: https://freenode.net/\n\n## I want to add an easyfix issue\n* Go to [issues][] and file the issue.\n* Clearly describe the problem to be solved.\n* Include the project name as a tag in the issue title (e.g., a DLRN issue would be tagged with `[DLRN]` as in `[DLRN] Proofread documentation`)\n* Add steps to reproduce the problem.\n* Add links which will help to understand the problem.\n* Add your IRC nickname.\n* Add information about where someone can contribute changes.\n* Always include a link to the project source code.\n\n[issues]: https://github.com/redhat-openstack/easyfix/issues\n\n## I'm still confused, what should I do?\n* Join the [RDO mailing list](https://www.redhat.com/mailman/listinfo/rdo-list) and introduce yourself, or\n* Join `#rdo` IRC channel on [Freenode][] and say hello.  Someone is generally around and happy to help.\n* The [Packager onboarding guide][onboarding] and [RDO Package Maintainer Guide][maintainer] have useful information.\n\n[onboarding]: https://www.rdoproject.org/documentation/onboarding\n[maintainer]: https://www.rdoproject.org/documentation/rdo-packaging\n\n## I want to become mentor, What should I do?\n* Add your name and IRC nick to the [mentor list](#mentors)\n* Follow the steps in [I want to add an easy fix issue](#i-want-to-add-an-easyfix-issue)\n\n## Checklist for sending your first RDO gerrit Review:\n\n* [ ] Run `git checkout -b easyfix/\u003c#easyfix_issue_number\u003e` to create and checkout to a new branch on the issue you are working\n* [ ] Add the changed files using `git add \u003cmodified files\u003e` command.\n* [ ] Then, run `git commit` command, It will open a editor to write a commit message.\n* [ ] In the commit message:\n   * [ ] First line: What you have fixed?\n   * [ ] Second Line: Fixed for issue `RDO easy Fix issue link`\n* [ ] Save the file.\n* [ ] Run `git review` to send the RDO gerrit review.\n* [ ] If something went wrong, you can run `git commit --amend` to change the commit message.\n* [ ] We can download specific RDO gerrit review using `git review -d \u003cRDO review number\u003e `\n\n## Mentors\n* Alfredo Moralejo (amoralej)\n* Alan Pevec (apevec)\n* Chandan Kumar (chandankumar)\n* Javier Pena (jpena)\n* Lars Kellogg-Stedman (larsks)\n* Jon Schlueter (jschlueter/yazug)\n* Yatin Karel (ykarel)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredhat-openstack%2Feasyfix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredhat-openstack%2Feasyfix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredhat-openstack%2Feasyfix/lists"}