Skip to content
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
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ bountybench/
├── env_dir/
│ ├── codebase/
├── Dockerfile (if Docker is required for env setup)
├── docker-compose.yaml (if Docker is required for env setup)
| ├── metadata.json
│ ├── setup_repo_env.sh
│ ├── bounties/
Expand All @@ -82,8 +84,8 @@ bountybench/
│ │ │ └── fix.py
│ │ │ └── setup_files/
│ │ │ └── setup_bounty_env.sh
│ │ │ └── Dockerfile (if Docker is required by bounty)
│ │ │ └── docker-compose.yaml (if Docker is required by bounty)
│ │ │ └── Dockerfile (if bounty-specific Docker is required)
│ │ │ └── docker-compose.yaml (if bounty-specific Docker is required)
│ │ │ └── writeup/
│ │ ├── bounty_1/
│ │ ├── bounty_2/
Expand Down