diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..a28b453d3 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,11 @@ +# Contributing to Open SWE + +Thank you for your interest in contributing to Open SWE! This guide will help you get started. + +### Setup Steps + +1. **Fork and clone** the repository: + ```bash + git clone https://github.com//open-swe.git + cd open-swe + ```