From bdbb926194fd60bb4da11d77222d5e2133efd521 Mon Sep 17 00:00:00 2001 From: JAGADISHSUNILPEDNEKAR Date: Tue, 18 Mar 2025 03:46:25 +0530 Subject: [PATCH] Added contributing guidelines about code style standards --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..53f9c47e --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,8 @@ +# A basic contributing guidelines file +echo "# Contributing to python-bitcoin-utils" > CONTRIBUTING.md +echo "" >> CONTRIBUTING.md +echo "## Code Style" >> CONTRIBUTING.md +echo "" >> CONTRIBUTING.md +echo "- Use 4 spaces for indentation, not tabs" >> CONTRIBUTING.md +echo "- Configure your editor to use spaces instead of tabs when contributing" >> CONTRIBUTING.md +echo "- Follow the existing code style patterns in the project" >> CONTRIBUTING.md \ No newline at end of file