summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CODE_OF_CONDUCT.md8
-rw-r--r--CONTRIBUTING.md8
2 files changed, 0 insertions, 16 deletions
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
deleted file mode 100644
index deacc03..0000000
--- a/CODE_OF_CONDUCT.md
+++ /dev/null
@@ -1,8 +0,0 @@
-## Minimalist Code of Conduct
-We believe that an elaborate code of conduct invites a lot of fighting over intricate details, much like law, and we do not have the resources to build up the equivalent of a legal system. Therefore, we prefer keeping our rules as short as possible and filling the gaps with the mortar of human interaction: empathy.
-
-All we ask of members of this project is this:
-1. Please treat each other with respect and understanding.
-2. Please respect our wish to not serve as a stage for disputes about fairness or personal differences.
-
-If you can agree to these conditions, your contributions are welcome. If you can not, please don’t spoil it for the rest of us.
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.