From ab4ddce454fe5dc8251ebaada8171ce3d943f881 Mon Sep 17 00:00:00 2001 From: Aptivi CEO Date: Fri, 25 Aug 2023 15:52:50 +0300 Subject: [PATCH] doc - Don't reiterate pull request template~ --- CONTRIBUTING.md | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d5d1a44..bcf8145 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,31 +6,7 @@ In the pull requests, we might ask you to make a few changes until we can accept ## Following templates -Your pull requests should follow the template currently outlined here: - -``` -## Description - - - -## Change type - -- [ ] Bug fixes -- [ ] Performance improvements -- [ ] Feature changes -- [ ] Behavioral changes -- [ ] Other (specify) - -## Tested? - -- [ ] Yes, I have -- [ ] No, I haven't -- [ ] Not sure - -## Specify other changes - - -``` +Your pull requests should follow the template. You should be descriptive about what your change is trying to do and what's your opinion about how it affects the whole project. Moreover, it's vital to test your changes before trying to start a pull request to ensure that there are no problems in your initial version. **Always** draft your pull requests.