Skip to content

Latest commit

 

History

History
62 lines (22 loc) · 761 Bytes

File metadata and controls

62 lines (22 loc) · 761 Bytes

HOW TO CONTRIBUTE

1. Fork the repository

Click the Fork button on the top-right of the repository page.

2. Clone your fork

git clone https://github.com/Roniscend/Survey.git

cd Survey

3. Create a new branch

git checkout -b feature/your-feature-name

4. Make your changes

- Follow the existing project structure

- Write clean and readable code

- Add comments where necessary

5. Commit your changes

git commit -m "Add feature: short description"

6. Push to your fork

git push origin feature/your-feature-name

7. Open a Pull Request

- Go to the original repository

- Click on New Pull Request

- Clearly describe your changes

- Link related issues if applicable