From 26dfa76faa883c35fe3e5ff4b2b33f4102059a81 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov <0x7fffff@guattari.ru> Date: Fri, 5 Aug 2022 21:17:16 +0400 Subject: Async function & unit-testing --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CONTRIBUTING.md (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..a3c6315 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,8 @@ +## 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