https://github.com/exhuma/code-reviews
PR-Traget for arbitrary code-reviews
https://github.com/exhuma/code-reviews
Last synced: 4 months ago
JSON representation
PR-Traget for arbitrary code-reviews
- Host: GitHub
- URL: https://github.com/exhuma/code-reviews
- Owner: exhuma
- Created: 2021-05-30T07:09:06.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-30T07:33:32.000Z (about 5 years ago)
- Last Synced: 2025-07-04T11:47:28.738Z (11 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# code-reviews
PR-Traget for arbitrary code-reviews.
This project provides a location for code-reviews of any github code-base.
The `main` branch on this repository will always reamain empty (except this README) file.
No pull-request will ever be merged into this repository. Once the review is finished, they will simply be closed.
## Starting a New Review
* Fork this project
* Create a new branch prefixing it with `/...`
* Copy the code that you want to be reviewed into this branch and commit.
* submit this as a new pull-request against `main`.
* Reviews will be done live @ https://twitch.tv/exhuma
## Notes
* Languages: Python & Javascript will be reviewed in more depth, but other languages will be more high-level.
* This is currently an "experiment" to see if this workflow is acceptable for code-reviews.
* As the code needs to be copied, any commits on this "review-project" will not flow into the original code-base.
* `git` is very flexible, and if you're adept at using it, there should be a way to transfer single commits from the review-branch onto the original code-base (`cherry-pick`, `format-patch`, ...). None of them have been tested yet.