Skip to content

Commit 6f8fad5

Browse files
authored
Merge pull request #123 from JAGADISHSUNILPEDNEKAR/contributing-guidelines
Added contributing guidelines about code style standards
2 parents c262c87 + bdbb926 commit 6f8fad5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
echo "" >> CONTRIBUTING.md
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

Comments
 (0)