Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 685 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (8 loc) · 685 Bytes

Contributing to Coding Bunker Website

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!