-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |