nwb-extensions / ndx-template

A template for creating Neurodata Extensions for the NWB neurophysiology data standard
https://nwb.org/
Other
5 stars 8 forks source link

Allow users to specify github user account / organization to publish repo in `nextsteps.md` #84

Open rly opened 4 months ago

rly commented 4 months ago

A minor issue. The cookiecutter template asks for a github username and uses that to populate the

https://github.com/{{ github_username_list[0] }}/{{ cookiecutter.namespace }}/releases/tag/{{ cookiecutter.version }}
src: https://github.com/{{ github_username_list[0] }}/{{ cookiecutter.namespace }}/ndx-extracellular-channels

For the majority of cases, this is OK but users may want to use a github organization or different user account instead.