From 04f89e4dc6780e97affaa71794df5ec7b9d4fff5 Mon Sep 17 00:00:00 2001 From: Ludovico Besana <35035423+ludovicobesana@users.noreply.github.com> Date: Fri, 1 Nov 2024 00:01:07 +0100 Subject: [PATCH] Added basic contributing (#41) feat: added basic contributing --- CONTRIBUTING.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..b74f0d8 --- /dev/null +++ b/CONTRIBUTING.md @@ -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! \ No newline at end of file