Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anaspacheco authored Nov 13, 2023
1 parent 3fc64d9 commit c0947cc
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ Thank you for your interest in contributing to our project. We welcome your cont

We follow a Git workflow to manage our codebase. The primary branches are:

(Still Undecided)
- `main`: The main development branch.
- `feature/*`: Feature branches for developing new features.
- `bugfix/*`: Bugfix branches for addressing issues.

## Rules of Contributing

Expand All @@ -19,8 +21,17 @@ When contributing, please adhere to the following rules:

To contribute to our project, follow these steps:

(Still Undecided)
1. Fork the repository to your GitHub account.
2. Clone the forked repository to your local machine.
3. git checkout -b feature/your-feature-name
4. git commit -m "Description of your changes"
5. git push origin feature/your-feature-name
6. Open a pull request for your changes

## Local Development Environment Setup

(Still Undecided)
1. Clone the repository to your local machine
2. Install project dependencies
3. Set up Google Maps API key
4. Run the development server

0 comments on commit c0947cc

Please sign in to comment.