Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFR] precise limitations #34

Merged
merged 1 commit into from
Oct 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,19 @@ on your project.

## Limitations

This tool can be used in the following scenarii :
### Platform

Currently, only the GNU/Linux x86_64 platform is supported. However, suggestions
for other platforms are welcome.

### VCS (Version Control System)

Currently, only [git](https://git-scm.com/) VCS is supported. However,
suggestions for other VCSs are welcome.

### Use cases

This tool can be used in the following scenari :

- on a pull request. You created a branch from your base branch (identified as
`origin/master` as default, but this identification is configurable via CLI
Expand Down