Skip to content

Commit

Permalink
Added basic contributing (#41)
Browse files Browse the repository at this point in the history
feat: added basic contributing
  • Loading branch information
ludovicobesana authored Oct 31, 2024
1 parent 8c6fa06 commit 04f89e4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Contributing to [Project Name]

Thank you for considering contributing to Coding Bunker Website! We welcome all contributions, big and small. Please follow the guidelines below to get started.

## Getting Started

1. **Fork the Repository**: Fork the repository to your GitHub account and clone it locally to work on it.
2. **Set up the Project**: Follow the instructions in the `README.md` file to set up the project locally and ensure all dependencies are installed.
3. **Create a Branch**: Create a new branch for your feature or bug fix.
- Branch naming convention: `feature/[feature-name]` or `bugfix/[issue-number]-[short-description]`


Thank you for contributing!

0 comments on commit 04f89e4

Please sign in to comment.