I made a string split filter - best place to contribute?

I made a string split filter for Ansible( https://github.com/timraasveld/ansible-string-split-filter/blob/master/split.py ) and would like to contribute it to the main project.

Because Ansible’s “Community Information” page told me to post here before making a pull request, here’s my plan:

  1. Add the split.py script under lib/ansible/plugins/filter (with the “This file is part of Ansible” header)
  2. Add a test
  3. Make a pull request
    Is this a good plan of action, or did I miss something?

Thanks
Tim

you can already do {{var.split()}} there is really no need for a filter

so we just need better docs :slight_smile: