From 14c623de3f49043f950b09d1799f1fbab76bd279 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Fri, 23 Jun 2023 09:30:52 +0200 Subject: Remove files --- CODE_OF_CONDUCT.md | 8 -------- CONTRIBUTING.md | 8 -------- 2 files changed, 16 deletions(-) delete mode 100644 CODE_OF_CONDUCT.md delete mode 100644 CONTRIBUTING.md 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. -- cgit v1.2.3