From 6e2953b1b8bc619751763b3cd693088bc4ea0e09 Mon Sep 17 00:00:00 2001 From: Anuj Saha <153378181+AnujSaha0111@users.noreply.github.com> Date: Fri, 11 Oct 2024 00:02:59 +0530 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c8108e9b..d42616a6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -157,15 +157,3 @@ To run **InkCode Fusion** on your local machine, follow these steps: ## License By contributing, you agree that your contributions will be licensed under the MIT License. - - -### Explanation: - -- **Setting Up the Project**: Provides steps for forking, cloning, and creating a new branch. -- **Code of Conduct**: References a `CODE_OF_CONDUCT.md` file (you might want to create this as well). -- **Issues**: Guidelines for reporting bugs and feature requests. -- **Pull Requests**: Clear instructions for submitting pull requests. -- **Commit Messages**: Encourages good commit practices with examples. -- **Coding Guidelines**: Instructs contributors on the tech stack and coding styles to follow. -- **Development Workflow**: Explains how to run the development server and tests. -- **License**: States the project license.