summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2023-06-23 09:30:52 +0200
committerMitya Selivanov <automainint@guattari.tech>2023-06-23 09:30:52 +0200
commit14c623de3f49043f950b09d1799f1fbab76bd279 (patch)
tree03b10cbc9082bb8c31882b7a1a219f0fed024df9 /CONTRIBUTING.md
parentc2a271717d5eb65b6d1938a6bcea58539d176be0 (diff)
downloadkit-14c623de3f49043f950b09d1799f1fbab76bd279.zip
Remove files
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
deleted file mode 100644
index a3c6315..0000000
--- a/CONTRIBUTING.md
+++ /dev/null
@@ -1,8 +0,0 @@
-## Contributing
-To contribute, follow these steps:
-1. Find an applicable issue or open a new one with feature proposal or bug spotting.
-2. Fork the repository.
-3. Write tests for the issue.
-4. Implement your solution for the issue.
-5. Make sure all tests pass and cover your code.
-6. Make a pull-request to the `dev` branch or to the corresponding feature branch if there is any.