Contributing
Development and Contributing¶
Issue¶
To make an improvement, add a new feature or anything else, please open a issue first.
Good first issues are the issues that you can quickly solve, we recommend you take a look. Good first issue
Fork Repository¶
Clone Repository¶
$ git clone git@github.com:<USERNAME>/unimport.git
$ cd unimport
Setup Branch¶
git checkout -b i{your issue number}
How to Update My Local Repository¶
$ git remote add upstream git@github.com:hakancelikdev/unimport.git
$ git fetch upstream # or git fetch --all
$ git rebase upstream/main
Testing¶
Firstly make sure you have py3.6, py3.7, py3.8, py3.9 and py3.10 python versions installed on your system.
After typing your codes, you should run the tests by typing the following command.
$ python3.10 -m pip install tox
$ tox
If all tests pass.
The final step¶
After adding a new feature or fixing a bug please report your change to CHANGELOG.md and write your name, GitHub address, and email in the AUTHORS.md file in alphabetical order.
License¶
Unimport is MIT licensed, as found in the LICENSE file.
Last update: December 4, 2022
Created: December 4, 2022
Created: December 4, 2022