Thank you for considering contributing to Coding Bunker Website! We welcome all contributions, big and small. Please follow the guidelines below to get started.
- Fork the Repository: Fork the repository to your GitHub account and clone it locally to work on it.
- Set up the Project: Follow the instructions in the
README.md
file to set up the project locally and ensure all dependencies are installed. - Create a Branch: Create a new branch for your feature or bug fix.
- Branch naming convention:
feature/[feature-name]
orbugfix/[issue-number]-[short-description]
- Branch naming convention:
Thank you for contributing!