We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9da3c3d commit bdbb926Copy full SHA for bdbb926
1 file changed
CONTRIBUTING.md
@@ -0,0 +1,8 @@
1
+# A basic contributing guidelines file
2
+echo "# Contributing to python-bitcoin-utils" > CONTRIBUTING.md
3
+echo "" >> CONTRIBUTING.md
4
+echo "## Code Style" >> CONTRIBUTING.md
5
6
+echo "- Use 4 spaces for indentation, not tabs" >> CONTRIBUTING.md
7
+echo "- Configure your editor to use spaces instead of tabs when contributing" >> CONTRIBUTING.md
8
+echo "- Follow the existing code style patterns in the project" >> CONTRIBUTING.md
0 commit comments